Home
last modified time | relevance | path

Searched refs:t3cdev (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.h52 void cxgb3_set_dummy_ops(struct t3cdev *dev);
54 struct t3cdev *dev2t3cdev(struct net_device *dev);
65 void cxgb3_add_clients(struct t3cdev *tdev);
66 void cxgb3_remove_clients(struct t3cdev *tdev);
67 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port);
69 typedef int (*cxgb3_cpl_handler_func)(struct t3cdev *dev,
84 void (*add) (struct t3cdev *);
85 void (*remove) (struct t3cdev *);
90 void (*event_handler)(struct t3cdev *tdev, u32 event, u32 port);
96 int cxgb3_alloc_atid(struct t3cdev *dev, struct cxgb3_client *client,
[all …]
Dl2t.h82 typedef void (*arp_failure_handler_func)(struct t3cdev * dev,
111 void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh);
112 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst,
114 int t3_l2t_send_slow(struct t3cdev *dev, struct sk_buff *skb,
116 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e);
119 int cxgb3_ofld_send(struct t3cdev *dev, struct sk_buff *skb);
121 static inline int l2t_send(struct t3cdev *dev, struct sk_buff *skb, in l2t_send()
129 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release()
Dcxgb3_offload.c70 static inline int offload_activated(struct t3cdev *tdev) in offload_activated()
86 struct t3cdev *tdev; in cxgb3_register_client()
111 struct t3cdev *tdev; in cxgb3_unregister_client()
133 void cxgb3_add_clients(struct t3cdev *tdev) in cxgb3_add_clients()
152 void cxgb3_remove_clients(struct t3cdev *tdev) in cxgb3_remove_clients()
164 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port) in cxgb3_event_notify()
373 static int cxgb_offload_ctl(struct t3cdev *tdev, unsigned int req, void *data) in cxgb_offload_ctl()
480 static int rx_offload_blackhole(struct t3cdev *dev, struct sk_buff **skbs, in rx_offload_blackhole()
488 static void dummy_neigh_update(struct t3cdev *dev, struct neighbour *neigh) in dummy_neigh_update()
492 void cxgb3_set_dummy_ops(struct t3cdev *dev) in cxgb3_set_dummy_ops()
[all …]
Dt3cdev.h52 struct t3cdev { struct
58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); argument
59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); argument
60 int (*ctl)(struct t3cdev *dev, unsigned int req, void *data); argument
61 void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh); argument
Dl2t.c87 static int setup_l2e_send_pending(struct t3cdev *dev, struct sk_buff *skb, in setup_l2e_send_pending()
128 int t3_l2t_send_slow(struct t3cdev *dev, struct sk_buff *skb, in t3_l2t_send_slow()
179 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e) in t3_l2t_send_event()
302 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, in t3_l2t_get()
380 static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff_head *arpq) in handle_failed_resolution()
399 void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh) in t3_l2t_update()
Dcxgb3_defs.h109 int attach_t3cdev(struct t3cdev *dev);
110 void detach_t3cdev(struct t3cdev *dev);
Dadapter.h221 struct t3cdev tdev;
306 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb);
Dsge.c1835 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb) in t3_offload_tx()
1877 static inline void deliver_partial_bundle(struct t3cdev *tdev, in deliver_partial_bundle()
1959 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq, in rx_offload()
Dcxgb3_main.c892 static inline int offload_tx(struct t3cdev *tdev, struct sk_buff *skb) in offload_tx()
1352 struct t3cdev *tdev = dev2t3cdev(dev); in offload_open()
1391 static int offload_close(struct t3cdev *tdev) in offload_close()
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c71 static void cxgb3i_dev_open(struct t3cdev *);
72 static void cxgb3i_dev_close(struct t3cdev *);
73 static void cxgb3i_dev_event_handler(struct t3cdev *, u32, u32);
189 static inline void act_open_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in act_open_arp_failure()
228 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb) in abort_arp_failure()
388 static void arp_failure_skb_discard(struct t3cdev *dev, struct sk_buff *skb) in arp_failure_skb_discard()
474 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_establish()
570 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_open_rpl()
605 static int do_peer_close(struct t3cdev *cdev, struct sk_buff *skb, void *ctx) in do_peer_close()
622 static int do_close_con_rpl(struct t3cdev *cdev, struct sk_buff *skb, in do_close_con_rpl()
[all …]