Lines Matching refs:t3cdev

137 static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e)  in iwch_l2t_send()
153 int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb) in iwch_cxgb3_ofld_send()
169 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) in release_tid()
334 static struct rtable *find_route(struct t3cdev *dev, __be32 local_ip, in find_route()
358 static void arp_failure_discard(struct t3cdev *dev, struct sk_buff *skb) in arp_failure_discard()
367 static void act_open_req_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in act_open_req_arp_failure()
377 static void abort_arp_failure(struct t3cdev *dev, struct sk_buff *skb) in abort_arp_failure()
629 static int act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in act_establish()
1040 static int rx_data(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in rx_data()
1085 static int tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in tx_ack()
1132 static int abort_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in abort_rpl()
1176 static int act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in act_open_rpl()
1222 static int pass_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in pass_open_rpl()
1255 static int close_listsrv_rpl(struct t3cdev *tdev, struct sk_buff *skb, in close_listsrv_rpl()
1306 static void reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, in reject_cr()
1334 static int pass_accept_req(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in pass_accept_req()
1410 static int pass_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in pass_establish()
1428 static int peer_close(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in peer_close()
1519 static int peer_abort(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in peer_abort()
1627 static int close_con_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in close_con_rpl()
1681 static int terminate(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in terminate()
1698 static int ec_status(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in ec_status()
2061 struct t3cdev *tdev; in iwch_ep_disconnect()
2069 tdev = (struct t3cdev *)ep->com.tdev; in iwch_ep_disconnect()
2170 struct t3cdev *tdev; in process_work()
2175 tdev = *((struct t3cdev **) (skb->cb + sizeof(void *))); in process_work()
2189 static int sched(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in sched()
2199 *((struct t3cdev **) (skb->cb + sizeof(void *))) = tdev; in sched()
2209 static int set_tcb_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in set_tcb_rpl()