Lines Matching refs:t3cdev
71 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()
660 static int do_abort_req(struct t3cdev *cdev, struct sk_buff *skb, void *ctx) in do_abort_req()
707 static int do_abort_rpl(struct t3cdev *cdev, struct sk_buff *skb, void *ctx) in do_abort_rpl()
743 static int do_iscsi_hdr(struct t3cdev *t3dev, struct sk_buff *skb, void *ctx) in do_iscsi_hdr()
847 static int do_wr_ack(struct t3cdev *cdev, struct sk_buff *skb, void *ctx) in do_wr_ack()
890 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; in l2t_put()
905 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; in release_offload_resources()
956 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev; in init_act_open()
1040 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev; in cxgb3i_ofld_init()
1092 return ((struct t3cdev *)cdev->lldev)->ulp_iscsi; in cdev2ppm()
1223 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in cxgb3i_ddp_init()
1286 static void cxgb3i_dev_close(struct t3cdev *t3dev) in cxgb3i_dev_close()
1302 static void cxgb3i_dev_open(struct t3cdev *t3dev) in cxgb3i_dev_open()
1360 static void cxgb3i_dev_event_handler(struct t3cdev *t3dev, u32 event, u32 port) in cxgb3i_dev_event_handler()