Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.c398 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
558 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
561 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()
681 if (zfcp_fc_sg_setup_table(&fc_req->sg_rsp, buf_num)) { in zfcp_fc_alloc_sg_env()
706 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
733 struct scatterlist *sg = &fc_req->sg_rsp; in zfcp_fc_eval_gpn_ft()
839 zfcp_fc_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()
860 sg_init_one(&fc_req->sg_rsp, gspn_rsp, sizeof(*gspn_rsp)); in zfcp_fc_gspn()
865 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
908 sg_init_one(&fc_req->sg_rsp, rspn_rsp, sizeof(*rspn_rsp)); in zfcp_fc_rspn()
[all …]
H A Dzfcp_fc.h146 struct scatterlist sg_rsp; member