Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.c389 struct zfcp_fc_gid_pn_req *gid_pn_req = &fc_req->u.gid_pn.req; in zfcp_fc_ns_gid_pn_request() local
399 sg_init_one(&fc_req->sg_req, gid_pn_req, sizeof(*gid_pn_req)); in zfcp_fc_ns_gid_pn_request()
402 zfcp_fc_ct_ns_init(&gid_pn_req->ct_hdr, 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()
407 adapter->pool.gid_pn_req, in zfcp_fc_ns_gid_pn_request()
H A Dzfcp_aux.c214 adapter->pool.gid_pn_req = in zfcp_allocate_low_mem_buffers()
216 if (!adapter->pool.gid_pn_req) in zfcp_allocate_low_mem_buffers()
H A Dzfcp_def.h139 mempool_t *gid_pn_req; member