Lines Matching refs:tdev
225 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb) in abort_arp_failure() argument
231 tdev, GET_TID(req), skb); in abort_arp_failure()
233 cxgb3_ofld_send(tdev, skb); in abort_arp_failure()
473 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_establish() argument
569 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_open_rpl() argument
582 cxgb3_queue_tid_release(tdev, GET_TID(rpl)); in do_act_open_rpl()
1211 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in t3_ddp_cleanup() local
1214 pr_info("t3dev 0x%p, ulp_iscsi no more user.\n", tdev); in t3_ddp_cleanup()
1215 tdev->ulp_iscsi = NULL; in t3_ddp_cleanup()
1226 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in cxgb3i_ddp_init() local
1227 struct cxgbi_ddp_info *ddp = tdev->ulp_iscsi; in cxgb3i_ddp_init()
1235 tdev, tdev->ulp_iscsi); in cxgb3i_ddp_init()
1240 err = tdev->ctl(tdev, ULP_ISCSI_GET_PARAMS, &uinfo); in cxgb3i_ddp_init()
1243 tdev->name, err); in cxgb3i_ddp_init()
1260 err = tdev->ctl(tdev, ULP_ISCSI_SET_PARAMS, &uinfo); in cxgb3i_ddp_init()
1263 tdev->name, err); in cxgb3i_ddp_init()
1267 tdev->ulp_iscsi = ddp; in cxgb3i_ddp_init()
1276 tdev, ddp->nppods, ddp->idx_bits, ddp->idx_mask, in cxgb3i_ddp_init()