Lines Matching refs:t3cdev
23 #include "t3cdev.h"
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)
228 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb)
388 static void arp_failure_skb_discard(struct t3cdev *dev, struct sk_buff *skb)
474 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
570 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
605 static int do_peer_close(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
622 static int do_close_con_rpl(struct t3cdev *cdev, struct sk_buff *skb,
660 static int do_abort_req(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
707 static int do_abort_rpl(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
743 static int do_iscsi_hdr(struct t3cdev *t3dev, struct sk_buff *skb, void *ctx)
847 static int do_wr_ack(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
890 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev;
905 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev;
956 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev;
1040 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev;
1092 return ((struct t3cdev *)cdev->lldev)->ulp_iscsi;
1223 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev;
1286 static void cxgb3i_dev_close(struct t3cdev *t3dev)
1300 * @t3dev: t3cdev adapter
1302 static void cxgb3i_dev_open(struct t3cdev *t3dev)
1360 static void cxgb3i_dev_event_handler(struct t3cdev *t3dev, u32 event, u32 port)