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()
556 fc_req->ct_els.port = port; in zfcp_fc_adisc()
557 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_adisc()
558 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
564 fc_req->ct_els.handler = zfcp_fc_adisc_handler; in zfcp_fc_adisc()
565 fc_req->ct_els.handler_data = fc_req; in zfcp_fc_adisc()
582 ret = zfcp_fsf_send_els(adapter, d_id, &fc_req->ct_els, in zfcp_fc_adisc()
695 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_send_gpn_ft() local
703 ct_els->handler = zfcp_fc_complete; in zfcp_fc_send_gpn_ft()
704 ct_els->handler_data = &completion; in zfcp_fc_send_gpn_ft()
705 ct_els->req = &fc_req->sg_req; in zfcp_fc_send_gpn_ft()
706 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
708 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_send_gpn_ft()
732 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_eval_gpn_ft() local
742 if (ct_els->status) in zfcp_fc_eval_gpn_ft()
850 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_gspn() local
862 ct_els->handler = zfcp_fc_complete; in zfcp_fc_gspn()
863 ct_els->handler_data = &completion; in zfcp_fc_gspn()
864 ct_els->req = &fc_req->sg_req; in zfcp_fc_gspn()
865 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
867 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_gspn()
873 if (ct_els->status) in zfcp_fc_gspn()
874 return ct_els->status; in zfcp_fc_gspn()
895 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_rspn() local
921 ct_els->handler = zfcp_fc_complete; in zfcp_fc_rspn()
922 ct_els->handler_data = &completion; in zfcp_fc_rspn()
923 ct_els->req = &fc_req->sg_req; in zfcp_fc_rspn()
924 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_rspn()
926 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_rspn()
1079 struct zfcp_fsf_ct_els *ct_els = job->dd_data; in zfcp_fc_exec_bsg_job() local
1089 ct_els->req = job->request_payload.sg_list; in zfcp_fc_exec_bsg_job()
1090 ct_els->resp = job->reply_payload.sg_list; in zfcp_fc_exec_bsg_job()
1091 ct_els->handler_data = job; in zfcp_fc_exec_bsg_job()