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);
190 static inline void act_open_arp_failure(struct t3cdev *dev, struct sk_buff *skb)
229 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb)
389 static void arp_failure_skb_discard(struct t3cdev *dev, struct sk_buff *skb)
475 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
571 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
606 static int do_peer_close(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
623 static int do_close_con_rpl(struct t3cdev *cdev, struct sk_buff *skb,
661 static int do_abort_req(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
708 static int do_abort_rpl(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
744 static int do_iscsi_hdr(struct t3cdev *t3dev, struct sk_buff *skb, void *ctx)
848 static int do_wr_ack(struct t3cdev *cdev, struct sk_buff *skb, void *ctx)
891 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev;
906 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev;
957 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev;
1041 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev;
1093 return ((struct t3cdev *)cdev->lldev)->ulp_iscsi;
1224 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev;
1287 static void cxgb3i_dev_close(struct t3cdev *t3dev)
1301 * @t3dev: t3cdev adapter
1303 static void cxgb3i_dev_open(struct t3cdev *t3dev)
1361 static void cxgb3i_dev_event_handler(struct t3cdev *t3dev, u32 event, u32 port)