Home
last modified time | relevance | path

Searched refs:gid_pn (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_fc.h58 * struct zfcp_fc_gid_pn_req - container for ct header plus gid_pn request
60 * @gid_pn: GID_PN request
64 struct fc_ns_gid_pn gid_pn; member
68 * struct zfcp_fc_gid_pn_rsp - container for ct header plus gid_pn response
70 * @gid_pn: GID_PN response
74 struct fc_gid_pn_resp gid_pn; member
130 * @u.gid_pn: GID_PN specific data
131 * @u.gid_pn.req: GID_PN request
132 * @u.gid_pn.rsp: GID_PN response
155 } gid_pn; member
[all...]
H A Dzfcp_fc.c359 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_eval()
367 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
389 struct zfcp_fc_gid_pn_req *gid_pn_req = &fc_req->u.gid_pn.req; in zfcp_fc_ns_gid_pn_request()
390 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_request()
404 gid_pn_req->gid_pn.fn_wwpn = cpu_to_be64(port->wwpn); in zfcp_fc_ns_gid_pn_request()
427 fc_req = mempool_alloc(adapter->pool.gid_pn, GFP_ATOMIC); in zfcp_fc_ns_gid_pn()
441 mempool_free(fc_req, adapter->pool.gid_pn); in zfcp_fc_ns_gid_pn()
454 /* could not issue gid_pn for some reason */ in zfcp_fc_port_did_lookup()
H A Dzfcp_aux.c246 adapter->pool.gid_pn = in zfcp_allocate_low_mem_buffers()
248 if (!adapter->pool.gid_pn) in zfcp_allocate_low_mem_buffers()
262 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
H A Dzfcp_def.h145 mempool_t *gid_pn; member
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fc.h58 * struct zfcp_fc_gid_pn_req - container for ct header plus gid_pn request
60 * @gid_pn: GID_PN request
64 struct fc_ns_gid_pn gid_pn; member
68 * struct zfcp_fc_gid_pn_rsp - container for ct header plus gid_pn response
70 * @gid_pn: GID_PN response
74 struct fc_gid_pn_resp gid_pn; member
130 * @u.gid_pn: GID_PN specific data
131 * @u.gid_pn.req: GID_PN request
132 * @u.gid_pn.rsp: GID_PN response
155 } gid_pn; member
[all...]
H A Dzfcp_fc.c359 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_eval()
367 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
389 struct zfcp_fc_gid_pn_req *gid_pn_req = &fc_req->u.gid_pn.req; in zfcp_fc_ns_gid_pn_request()
390 struct zfcp_fc_gid_pn_rsp *gid_pn_rsp = &fc_req->u.gid_pn.rsp; in zfcp_fc_ns_gid_pn_request()
404 gid_pn_req->gid_pn.fn_wwpn = cpu_to_be64(port->wwpn); in zfcp_fc_ns_gid_pn_request()
427 fc_req = mempool_alloc(adapter->pool.gid_pn, GFP_ATOMIC); in zfcp_fc_ns_gid_pn()
441 mempool_free(fc_req, adapter->pool.gid_pn); in zfcp_fc_ns_gid_pn()
454 /* could not issue gid_pn for some reason */ in zfcp_fc_port_did_lookup()
H A Dzfcp_aux.c246 adapter->pool.gid_pn = in zfcp_allocate_low_mem_buffers()
248 if (!adapter->pool.gid_pn) in zfcp_allocate_low_mem_buffers()
262 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
H A Dzfcp_def.h144 mempool_t *gid_pn; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h3008 } gid_pn; member
3113 } gid_pn; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_def.h3169 } gid_pn; member
3276 } gid_pn; member

Completed in 35 milliseconds