Lines Matching refs:ct_els
358 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_ns_gid_pn_eval() local
361 if (ct_els->status) in zfcp_fc_ns_gid_pn_eval()
367 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
394 fc_req->ct_els.port = port; in zfcp_fc_ns_gid_pn_request()
395 fc_req->ct_els.handler = zfcp_fc_complete; in zfcp_fc_ns_gid_pn_request()
396 fc_req->ct_els.handler_data = &completion; in zfcp_fc_ns_gid_pn_request()
397 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request()
398 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
406 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els, in zfcp_fc_ns_gid_pn_request()
515 struct zfcp_port *port = fc_req->ct_els.port; in zfcp_fc_adisc_handler()
518 if (fc_req->ct_els.status) { in zfcp_fc_adisc_handler()
557 fc_req->ct_els.port = port; in zfcp_fc_adisc()
558 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_adisc()
559 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
565 fc_req->ct_els.handler = zfcp_fc_adisc_handler; in zfcp_fc_adisc()
566 fc_req->ct_els.handler_data = fc_req; in zfcp_fc_adisc()
583 ret = zfcp_fsf_send_els(adapter, d_id, &fc_req->ct_els, in zfcp_fc_adisc()
699 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_send_gpn_ft() local
707 ct_els->handler = zfcp_fc_complete; in zfcp_fc_send_gpn_ft()
708 ct_els->handler_data = &completion; in zfcp_fc_send_gpn_ft()
709 ct_els->req = &fc_req->sg_req; in zfcp_fc_send_gpn_ft()
710 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
712 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_send_gpn_ft()
736 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_eval_gpn_ft() local
746 if (ct_els->status) in zfcp_fc_eval_gpn_ft()
854 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_gspn() local
866 ct_els->handler = zfcp_fc_complete; in zfcp_fc_gspn()
867 ct_els->handler_data = &completion; in zfcp_fc_gspn()
868 ct_els->req = &fc_req->sg_req; in zfcp_fc_gspn()
869 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
871 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_gspn()
877 if (ct_els->status) in zfcp_fc_gspn()
878 return ct_els->status; in zfcp_fc_gspn()
899 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_rspn() local
914 ct_els->handler = zfcp_fc_complete; in zfcp_fc_rspn()
915 ct_els->handler_data = &completion; in zfcp_fc_rspn()
916 ct_els->req = &fc_req->sg_req; in zfcp_fc_rspn()
917 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_rspn()
919 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_rspn()
1072 struct zfcp_fsf_ct_els *ct_els = job->dd_data; in zfcp_fc_exec_bsg_job() local
1082 ct_els->req = job->request_payload.sg_list; in zfcp_fc_exec_bsg_job()
1083 ct_els->resp = job->reply_payload.sg_list; in zfcp_fc_exec_bsg_job()
1084 ct_els->handler_data = job; in zfcp_fc_exec_bsg_job()