Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A 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,
118 int cxgb3_ofld_send(struct t3cdev *dev, struct sk_buff *skb);
120 static inline int l2t_send(struct t3cdev *dev, struct sk_buff *skb, in l2t_send()
128 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release()
H A 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
H A 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()
265 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, in t3_l2t_get()
343 static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff_head *arpq) in handle_failed_resolution()
362 void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh) in t3_l2t_update()
H A Dadapter.h221 struct t3cdev tdev;
306 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb);
H A Dsge.c1833 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb) in t3_offload_tx()
1875 static inline void deliver_partial_bundle(struct t3cdev *tdev, in deliver_partial_bundle()
1957 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq, in rx_offload()
/linux/drivers/scsi/cxgbi/cxgb3i/
H A 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);
190 static inline void act_open_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in act_open_arp_failure()
229 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb) in abort_arp_failure()
389 static void arp_failure_skb_discard(struct t3cdev *dev, struct sk_buff *skb) in arp_failure_skb_discard()
475 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_establish()
571 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_open_rpl()
606 static int do_peer_close(struct t3cdev *cdev, struct sk_buff *skb, void *ctx) in do_peer_close()
623 static int do_close_con_rpl(struct t3cdev *cdev, struct sk_buff *skb, in do_close_con_rpl()
[all …]