Searched refs:ct_els (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c358 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; local
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,
695 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; local
732 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; local
850 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; local
895 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; local
1079 struct zfcp_fsf_ct_els *ct_els = job->dd_data; local
[all...]
H A Dzfcp_dbf.c547 struct zfcp_fsf_ct_els *ct_els = fsf->data; local
553 length = (u16)zfcp_qdio_real_bytes(ct_els->req);
554 zfcp_dbf_san(tag, dbf, "san_req", ct_els->req, ZFCP_DBF_SAN_REQ,
562 struct zfcp_fsf_ct_els *ct_els = fsf->data; local
563 struct fc_ct_hdr *reqh = sg_virt(ct_els->req);
565 struct scatterlist *resp_entry = ct_els->resp;
571 && ct_els->d_id == FC_FID_DIR_SERV
596 if ((ct_els->status) ||
628 struct zfcp_fsf_ct_els *ct_els = fsf->data; local
634 length = (u16)zfcp_qdio_real_bytes(ct_els
[all...]
H A Dzfcp_fc.h123 * @ct_els: data required for issuing fsf command
144 struct zfcp_fsf_ct_els ct_els; member in struct:zfcp_fc_req

Completed in 90 milliseconds