Searched refs:sg_rsp (Results 1 – 2 of 2) sorted by relevance
374 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()376 sg_init_one(&fc_req->sg_rsp, gid_pn_rsp, sizeof(*gid_pn_rsp)); in zfcp_fc_ns_gid_pn_request()532 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()535 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()608 if (zfcp_sg_setup_table(&fc_req->sg_rsp, buf_num)) { in zfcp_fc_alloc_sg_env()633 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()660 struct scatterlist *sg = &fc_req->sg_rsp; in zfcp_fc_eval_gpn_ft()766 zfcp_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()787 sg_init_one(&fc_req->sg_rsp, gspn_rsp, sizeof(*gspn_rsp)); in zfcp_fc_gspn()792 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()[all …]
131 struct scatterlist sg_rsp; member