Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/scsi/
Dzfcp_fc.h63 struct fc_ns_gid_pn gid_pn; member
73 struct fc_gid_pn_resp gid_pn; member
139 } gid_pn; member
Dzfcp_aux.c251 adapter->pool.gid_pn = in zfcp_allocate_low_mem_buffers()
253 if (!adapter->pool.gid_pn) in zfcp_allocate_low_mem_buffers()
273 if (adapter->pool.gid_pn) in zfcp_free_low_mem_buffers()
274 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
Dzfcp_fc.c269 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_eval()
277 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
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()
314 gid_pn_req->gid_pn.fn_wwpn = port->wwpn; in zfcp_fc_ns_gid_pn_request()
337 fc_req = mempool_alloc(adapter->pool.gid_pn, GFP_ATOMIC); in zfcp_fc_ns_gid_pn()
351 mempool_free(fc_req, adapter->pool.gid_pn); in zfcp_fc_ns_gid_pn()
Dzfcp_def.h113 mempool_t *gid_pn; member