Home
last modified time | relevance | path

Searched refs:ct_els (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/scsi/
H A Dzfcp_fc.c357 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_ns_gid_pn_eval() local
360 if (ct_els->status) in zfcp_fc_ns_gid_pn_eval()
366 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
393 fc_req->ct_els.port = port; in zfcp_fc_ns_gid_pn_request()
394 fc_req->ct_els.handler = zfcp_fc_complete; in zfcp_fc_ns_gid_pn_request()
395 fc_req->ct_els.handler_data = &completion; in zfcp_fc_ns_gid_pn_request()
396 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request()
397 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
405 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els, in zfcp_fc_ns_gid_pn_request()
514 struct zfcp_port *port = fc_req->ct_els.port; in zfcp_fc_adisc_handler()
[all …]
H A Dzfcp_fc.h144 struct zfcp_fsf_ct_els ct_els; member