Lines Matching refs:tdev
226 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb) in abort_arp_failure() argument
232 tdev, GET_TID(req), skb); in abort_arp_failure()
234 cxgb3_ofld_send(tdev, skb); in abort_arp_failure()
474 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_establish() argument
570 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_open_rpl() argument
583 cxgb3_queue_tid_release(tdev, GET_TID(rpl)); in do_act_open_rpl()
1214 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in t3_ddp_cleanup() local
1217 pr_info("t3dev 0x%p, ulp_iscsi no more user.\n", tdev); in t3_ddp_cleanup()
1218 tdev->ulp_iscsi = NULL; in t3_ddp_cleanup()
1229 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in cxgb3i_ddp_init() local
1230 struct cxgbi_ddp_info *ddp = tdev->ulp_iscsi; in cxgb3i_ddp_init()
1238 tdev, tdev->ulp_iscsi); in cxgb3i_ddp_init()
1243 err = tdev->ctl(tdev, ULP_ISCSI_GET_PARAMS, &uinfo); in cxgb3i_ddp_init()
1246 tdev->name, err); in cxgb3i_ddp_init()
1263 err = tdev->ctl(tdev, ULP_ISCSI_SET_PARAMS, &uinfo); in cxgb3i_ddp_init()
1266 tdev->name, err); in cxgb3i_ddp_init()
1270 tdev->ulp_iscsi = ddp; in cxgb3i_ddp_init()
1279 tdev, ddp->nppods, ddp->idx_bits, ddp->idx_mask, in cxgb3i_ddp_init()