Symbol: t3cdev
drivers/net/ethernet/chelsio/cxgb3/adapter.h
221
struct t3cdev tdev;
drivers/net/ethernet/chelsio/cxgb3/adapter.h
306
int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
1350
struct t3cdev *tdev = dev2t3cdev(dev);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
1389
static int offload_close(struct t3cdev *tdev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
890
static inline int offload_tx(struct t3cdev *tdev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1004
int cxgb3_ofld_send(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1042
struct t3cdev *tdev = dev2t3cdev(dev);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1049
static void set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1077
struct t3cdev *tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
111
struct t3cdev *tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1180
struct t3cdev *dev = &adapter->tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1251
struct t3cdev *tdev = &adapter->tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1270
static inline void register_tdev(struct t3cdev *tdev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1280
static inline void unregister_tdev(struct t3cdev *tdev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1308
struct t3cdev *tdev = &adapter->tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1322
struct t3cdev *tdev = &adapter->tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
133
void cxgb3_add_clients(struct t3cdev *tdev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
152
void cxgb3_remove_clients(struct t3cdev *tdev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
164
void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
373
static int cxgb_offload_ctl(struct t3cdev *tdev, unsigned int req, void *data)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
480
static int rx_offload_blackhole(struct t3cdev *dev, struct sk_buff **skbs,
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
488
static void dummy_neigh_update(struct t3cdev *dev, struct neighbour *neigh)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
492
void cxgb3_set_dummy_ops(struct t3cdev *dev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
501
void *cxgb3_free_atid(struct t3cdev *tdev, int atid)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
518
void cxgb3_insert_tid(struct t3cdev *tdev, struct cxgb3_client *client,
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
548
struct t3cdev *tdev = td->dev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
587
void cxgb3_queue_tid_release(struct t3cdev *tdev, unsigned int tid)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
610
void cxgb3_remove_tid(struct t3cdev *tdev, void *ctx, unsigned int tid)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
633
int cxgb3_alloc_atid(struct t3cdev *tdev, struct cxgb3_client *client,
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
658
struct t3cdev *dev2t3cdev(struct net_device *dev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
662
return (struct t3cdev *)pi->adapter;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
667
static int do_smt_write_rpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
678
static int do_l2t_write_rpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
689
static int do_rte_write_rpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
70
static inline int offload_activated(struct t3cdev *tdev)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
700
static int do_act_open_rpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
720
static int do_stid_rpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
738
static int do_hwtid_rpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
756
static int do_cr(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
805
static int do_abort_req_rss(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
850
static int do_act_establish(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
86
struct t3cdev *tdev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
877
static int do_trace(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
905
static int do_term(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
951
static int do_bad_cpl(struct t3cdev *dev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
980
static int process_rx(struct t3cdev *dev, struct sk_buff **skbs, int n)
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
101
void cxgb3_queue_tid_release(struct t3cdev *dev, unsigned int tid);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
102
void cxgb3_remove_tid(struct t3cdev *dev, void *ctx, unsigned int tid);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
126
typedef int (*cpl_handler_func)(struct t3cdev *dev, struct sk_buff *skb);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
186
struct t3cdev *dev;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
52
void cxgb3_set_dummy_ops(struct t3cdev *dev);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
54
struct t3cdev *dev2t3cdev(struct net_device *dev);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
65
void cxgb3_add_clients(struct t3cdev *tdev);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
66
void cxgb3_remove_clients(struct t3cdev *tdev);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
67
void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
69
typedef int (*cxgb3_cpl_handler_func)(struct t3cdev *dev,
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
84
void (*add) (struct t3cdev *);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
85
void (*remove) (struct t3cdev *);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
90
void (*event_handler)(struct t3cdev *tdev, u32 event, u32 port);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
96
int cxgb3_alloc_atid(struct t3cdev *dev, struct cxgb3_client *client,
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
98
void *cxgb3_free_atid(struct t3cdev *dev, int atid);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
99
void cxgb3_insert_tid(struct t3cdev *dev, struct cxgb3_client *client,
drivers/net/ethernet/chelsio/cxgb3/l2t.c
128
int t3_l2t_send_slow(struct t3cdev *dev, struct sk_buff *skb,
drivers/net/ethernet/chelsio/cxgb3/l2t.c
265
struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
drivers/net/ethernet/chelsio/cxgb3/l2t.c
343
static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff_head *arpq)
drivers/net/ethernet/chelsio/cxgb3/l2t.c
362
void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh)
drivers/net/ethernet/chelsio/cxgb3/l2t.c
87
static int setup_l2e_send_pending(struct t3cdev *dev, struct sk_buff *skb,
drivers/net/ethernet/chelsio/cxgb3/l2t.h
111
void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh);
drivers/net/ethernet/chelsio/cxgb3/l2t.h
112
struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
drivers/net/ethernet/chelsio/cxgb3/l2t.h
114
int t3_l2t_send_slow(struct t3cdev *dev, struct sk_buff *skb,
drivers/net/ethernet/chelsio/cxgb3/l2t.h
118
int cxgb3_ofld_send(struct t3cdev *dev, struct sk_buff *skb);
drivers/net/ethernet/chelsio/cxgb3/l2t.h
120
static inline int l2t_send(struct t3cdev *dev, struct sk_buff *skb,
drivers/net/ethernet/chelsio/cxgb3/l2t.h
128
static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e)
drivers/net/ethernet/chelsio/cxgb3/l2t.h
82
typedef void (*arp_failure_handler_func)(struct t3cdev * dev,
drivers/net/ethernet/chelsio/cxgb3/sge.c
1833
int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb)
drivers/net/ethernet/chelsio/cxgb3/sge.c
1875
static inline void deliver_partial_bundle(struct t3cdev *tdev,
drivers/net/ethernet/chelsio/cxgb3/sge.c
1957
static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq,
drivers/net/ethernet/chelsio/cxgb3/t3cdev.h
58
int (*send)(struct t3cdev *dev, struct sk_buff *skb);
drivers/net/ethernet/chelsio/cxgb3/t3cdev.h
59
int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n);
drivers/net/ethernet/chelsio/cxgb3/t3cdev.h
60
int (*ctl)(struct t3cdev *dev, unsigned int req, void *data);
drivers/net/ethernet/chelsio/cxgb3/t3cdev.h
61
void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
1041
struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
1093
return ((struct t3cdev *)cdev->lldev)->ulp_iscsi;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
1224
struct t3cdev *tdev = (struct t3cdev *)cdev->lldev;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
1287
static void cxgb3i_dev_close(struct t3cdev *t3dev)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
1303
static void cxgb3i_dev_open(struct t3cdev *t3dev)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
1361
static void cxgb3i_dev_event_handler(struct t3cdev *t3dev, u32 event, u32 port)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
190
static inline void act_open_arp_failure(struct t3cdev *dev, struct sk_buff *skb)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
229
static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
389
static void arp_failure_skb_discard(struct t3cdev *dev, struct sk_buff *skb)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
475
static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
571
static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
606
static int do_peer_close(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
623
static int do_close_con_rpl(struct t3cdev *cdev, struct sk_buff *skb,
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
661
static int do_abort_req(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
708
static int do_abort_rpl(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
71
static void cxgb3i_dev_open(struct t3cdev *);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
72
static void cxgb3i_dev_close(struct t3cdev *);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
73
static void cxgb3i_dev_event_handler(struct t3cdev *, u32, u32);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
744
static int do_iscsi_hdr(struct t3cdev *t3dev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
848
static int do_wr_ack(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
891
struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
906
struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
957
struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev;