Searched refs:sg_rsp (Results 1 – 2 of 2) sorted by relevance
372 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()374 sg_init_one(&fc_req->sg_rsp, gid_pn_rsp, sizeof(*gid_pn_rsp)); in zfcp_fc_ns_gid_pn_request()529 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()532 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()604 if (zfcp_sg_setup_table(&fc_req->sg_rsp, buf_num)) { in zfcp_alloc_sg_env()629 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()656 struct scatterlist *sg = &fc_req->sg_rsp; in zfcp_fc_eval_gpn_ft()761 zfcp_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()782 sg_init_one(&fc_req->sg_rsp, gspn_rsp, sizeof(*gspn_rsp)); in zfcp_fc_gspn()787 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()[all …]
130 struct scatterlist sg_rsp; member