Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fc.h64 struct fc_ns_gid_pn gid_pn; member
74 struct fc_gid_pn_resp gid_pn; member
140 } gid_pn; member
Dzfcp_aux.c241 adapter->pool.gid_pn = in zfcp_allocate_low_mem_buffers()
243 if (!adapter->pool.gid_pn) in zfcp_allocate_low_mem_buffers()
263 if (adapter->pool.gid_pn) in zfcp_free_low_mem_buffers()
264 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
Dzfcp_fc.c335 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_eval()
343 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
365 struct zfcp_fc_gid_pn_req *gid_pn_req = &fc_req->u.gid_pn.req; in zfcp_fc_ns_gid_pn_request()
366 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_request()
380 gid_pn_req->gid_pn.fn_wwpn = cpu_to_be64(port->wwpn); in zfcp_fc_ns_gid_pn_request()
403 fc_req = mempool_alloc(adapter->pool.gid_pn, GFP_ATOMIC); in zfcp_fc_ns_gid_pn()
417 mempool_free(fc_req, adapter->pool.gid_pn); in zfcp_fc_ns_gid_pn()
Dzfcp_def.h110 mempool_t *gid_pn; member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h2866 } gid_pn; member
2971 } gid_pn; member
Dqla_gs.c3091 u8 *id = fcport->ct_desc.ct_sns->p.rsp.rsp.gid_pn.port_id; in qla2x00_async_gidpn_sp_done()
3155 memcpy(ct_req->req.gid_pn.port_name, fcport->port_name, in qla24xx_async_gidpn()