Searched full:sg_rsp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fc.c | 397 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request() 399 sg_init_one(&fc_req->sg_rsp, gid_pn_rsp, sizeof(*gid_pn_rsp)); in zfcp_fc_ns_gid_pn_request() 562 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc() 565 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() [all …]
|
| H A D | zfcp_fc.h | 125 * @sg_rsp: scatterlist entry for response data, refers to embedded @u submember 146 struct scatterlist sg_rsp; member
|
| H A D | zfcp_fsf.h | 489 * @resp: scatter-gather list for response, points to &zfcp_fc_req.sg_rsp or BSG
|