Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/scsi/
H A Dzfcp_fc.c398 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
563 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
566 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()
686 if (zfcp_fc_sg_setup_table(&fc_req->sg_rsp, buf_num)) { in zfcp_fc_alloc_sg_env()
711 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
738 struct scatterlist *sg = &fc_req->sg_rsp; in zfcp_fc_eval_gpn_ft()
844 zfcp_fc_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()
865 sg_init_one(&fc_req->sg_rsp, gspn_rsp, sizeof(*gspn_rsp)); in zfcp_fc_gspn()
870 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
924 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