Searched refs:fc_req (Results 1 – 1 of 1) sorted by relevance
266 static void zfcp_fc_ns_gid_pn_eval(struct zfcp_fc_req *fc_req) in zfcp_fc_ns_gid_pn_eval() argument268 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() argument299 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 …]