Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/scsi/
Dzfcp_fc.c266 static void zfcp_fc_ns_gid_pn_eval(struct zfcp_fc_req *fc_req) in zfcp_fc_ns_gid_pn_eval() argument
268 struct zfcp_fsf_ct_els *ct_els = &fc_req->ct_els; in zfcp_fc_ns_gid_pn_eval()
269 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_eval()
295 struct zfcp_fc_req *fc_req) in zfcp_fc_ns_gid_pn_request() argument
299 struct zfcp_fc_gid_pn_req *gid_pn_req = &fc_req->u.gid_pn.req; in zfcp_fc_ns_gid_pn_request()
300 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_request()
304 fc_req->ct_els.port = port; in zfcp_fc_ns_gid_pn_request()
305 fc_req->ct_els.handler = zfcp_fc_complete; in zfcp_fc_ns_gid_pn_request()
306 fc_req->ct_els.handler_data = &completion; in zfcp_fc_ns_gid_pn_request()
307 fc_req->ct_els.req = &fc_req->sg_req; in zfcp_fc_ns_gid_pn_request()
[all …]