Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/scsi/
A Dzfcp_fc.c398 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
559 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
562 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()
685 if (zfcp_fc_sg_setup_table(&fc_req->sg_rsp, buf_num)) { in zfcp_fc_alloc_sg_env()
710 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
737 struct scatterlist *sg = &fc_req->sg_rsp; in zfcp_fc_eval_gpn_ft()
843 zfcp_fc_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()
864 sg_init_one(&fc_req->sg_rsp, gspn_rsp, sizeof(*gspn_rsp)); in zfcp_fc_gspn()
869 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
912 sg_init_one(&fc_req->sg_rsp, rspn_rsp, sizeof(*rspn_rsp)); in zfcp_fc_rspn()
[all …]
A Dzfcp_fc.h146 struct scatterlist sg_rsp; member

Completed in 6 milliseconds