Lines Matching refs:ct_els
332 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_ns_gid_pn_eval() local
335 if (ct_els->status) in zfcp_fc_ns_gid_pn_eval()
341 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
368 fc_req->ct_els.port = port; in zfcp_fc_ns_gid_pn_request()
369 fc_req->ct_els.handler = zfcp_fc_complete; in zfcp_fc_ns_gid_pn_request()
370 fc_req->ct_els.handler_data = &completion; in zfcp_fc_ns_gid_pn_request()
371 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request()
372 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
380 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els, in zfcp_fc_ns_gid_pn_request()
488 struct zfcp_port *port = fc_req->ct_els.port; in zfcp_fc_adisc_handler()
491 if (fc_req->ct_els.status) { in zfcp_fc_adisc_handler()
527 fc_req->ct_els.port = port; in zfcp_fc_adisc()
528 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_adisc()
529 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
535 fc_req->ct_els.handler = zfcp_fc_adisc_handler; in zfcp_fc_adisc()
536 fc_req->ct_els.handler_data = fc_req; in zfcp_fc_adisc()
545 ret = zfcp_fsf_send_els(adapter, port->d_id, &fc_req->ct_els, in zfcp_fc_adisc()
618 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_send_gpn_ft() local
626 ct_els->handler = zfcp_fc_complete; in zfcp_fc_send_gpn_ft()
627 ct_els->handler_data = &completion; in zfcp_fc_send_gpn_ft()
628 ct_els->req = &fc_req->sg_req; in zfcp_fc_send_gpn_ft()
629 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
631 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_send_gpn_ft()
655 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_eval_gpn_ft() local
665 if (ct_els->status) in zfcp_fc_eval_gpn_ft()
772 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_gspn() local
784 ct_els->handler = zfcp_fc_complete; in zfcp_fc_gspn()
785 ct_els->handler_data = &completion; in zfcp_fc_gspn()
786 ct_els->req = &fc_req->sg_req; in zfcp_fc_gspn()
787 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
789 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_gspn()
795 if (ct_els->status) in zfcp_fc_gspn()
796 return ct_els->status; in zfcp_fc_gspn()
817 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_rspn() local
832 ct_els->handler = zfcp_fc_complete; in zfcp_fc_rspn()
833 ct_els->handler_data = &completion; in zfcp_fc_rspn()
834 ct_els->req = &fc_req->sg_req; in zfcp_fc_rspn()
835 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_rspn()
837 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_rspn()
985 struct zfcp_fsf_ct_els *ct_els = job->dd_data; in zfcp_fc_exec_bsg_job() local
993 ct_els->req = job->request_payload.sg_list; in zfcp_fc_exec_bsg_job()
994 ct_els->resp = job->reply_payload.sg_list; in zfcp_fc_exec_bsg_job()
995 ct_els->handler_data = job; in zfcp_fc_exec_bsg_job()