Lines Matching refs:ct_els
358 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els;
361 if (ct_els->status)
367 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid);
394 fc_req->ct_els.port = port;
395 fc_req->ct_els.handler = zfcp_fc_complete;
396 fc_req->ct_els.handler_data = &completion;
397 fc_req->ct_els.req = &fc_req->sg_req;
398 fc_req->ct_els.resp = &fc_req->sg_rsp;
406 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els,
515 struct zfcp_port *port = fc_req->ct_els.port;
518 if (fc_req->ct_els.status) {
556 fc_req->ct_els.port = port;
557 fc_req->ct_els.req = &fc_req->sg_req;
558 fc_req->ct_els.resp = &fc_req->sg_rsp;
564 fc_req->ct_els.handler = zfcp_fc_adisc_handler;
565 fc_req->ct_els.handler_data = fc_req;
582 ret = zfcp_fsf_send_els(adapter, d_id, &fc_req->ct_els,
695 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els;
703 ct_els->handler = zfcp_fc_complete;
704 ct_els->handler_data = &completion;
705 ct_els->req = &fc_req->sg_req;
706 ct_els->resp = &fc_req->sg_rsp;
708 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL,
732 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els;
742 if (ct_els->status)
850 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els;
862 ct_els->handler = zfcp_fc_complete;
863 ct_els->handler_data = &completion;
864 ct_els->req = &fc_req->sg_req;
865 ct_els->resp = &fc_req->sg_rsp;
867 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL,
873 if (ct_els->status)
874 return ct_els->status;
895 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els;
910 ct_els->handler = zfcp_fc_complete;
911 ct_els->handler_data = &completion;
912 ct_els->req = &fc_req->sg_req;
913 ct_els->resp = &fc_req->sg_rsp;
915 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL,
1068 struct zfcp_fsf_ct_els *ct_els = job->dd_data;
1078 ct_els->req = job->request_payload.sg_list;
1079 ct_els->resp = job->reply_payload.sg_list;
1080 ct_els->handler_data = job;