Searched refs:gid_pn_req (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fc.c267 struct zfcp_fc_gid_pn_req *gid_pn_req = sg_virt(ct->req); local
277 if (gid_pn_req->gid_pn.fn_wwpn != port->wwpn)
301 sg_init_one(&gid_pn->sg_req, &gid_pn->gid_pn_req,
307 gid_pn->gid_pn_req.ct_hdr.ct_rev = FC_CT_REV;
308 gid_pn->gid_pn_req.ct_hdr.ct_fs_type = FC_FST_DIR;
309 gid_pn->gid_pn_req.ct_hdr.ct_fs_subtype = FC_NS_SUBTYPE;
310 gid_pn->gid_pn_req.ct_hdr.ct_options = 0;
311 gid_pn->gid_pn_req.ct_hdr.ct_cmd = FC_NS_GID_PN;
312 gid_pn->gid_pn_req.ct_hdr.ct_mr_size = ZFCP_FC_CT_SIZE_PAGE / 4;
313 gid_pn->gid_pn_req
[all...]
H A Dzfcp_fc.h81 * @gid_pn_req: GID_PN request data
88 struct zfcp_fc_gid_pn_req gid_pn_req; member in struct:zfcp_fc_gid_pn
H A Dzfcp_def.h107 mempool_t *gid_pn_req; member in struct:zfcp_adapter_mempool
H A Dzfcp_aux.c355 adapter->pool.gid_pn_req =
357 if (!adapter->pool.gid_pn_req)

Completed in 52 milliseconds