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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c939 FCPortPage0_t *pp0; local
947 pp0 = &ioc->fc_port_page0[portnum];
958 fc_host_maxframe_size(sh) = pp0->MaxFrameSize;
961 (u64)pp0->WWNN.High << 32 | (u64)pp0->WWNN.Low;
964 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low;
966 fc_host_port_id(sh) = pp0->PortIdentifier;
968 class = pp0->SupportedServiceClass;
977 if (pp0
[all...]

Completed in 87 milliseconds