Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_fc.c308 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_ns_gid_pn_request()
310 sg_init_one(&fc_req->sg_rsp, gid_pn_rsp, sizeof(*gid_pn_rsp)); in zfcp_fc_ns_gid_pn_request()
465 fc_req->ct_els.resp = &fc_req->sg_rsp; in zfcp_fc_adisc()
468 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()
540 if (zfcp_sg_setup_table(&fc_req->sg_rsp, buf_num)) { in zfcp_alloc_sg_env()
565 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_send_gpn_ft()
592 struct scatterlist *sg = &fc_req->sg_rsp; in zfcp_fc_eval_gpn_ft()
694 zfcp_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()
715 sg_init_one(&fc_req->sg_rsp, gspn_rsp, sizeof(*gspn_rsp)); in zfcp_fc_gspn()
720 ct_els->resp = &fc_req->sg_rsp; in zfcp_fc_gspn()
[all …]
Dzfcp_fc.h130 struct scatterlist sg_rsp; member