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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c991 FCPortPage0_t *pp0; local
999 pp0 = &ioc->fc_port_page0[portnum];
1010 fc_host_maxframe_size(sh) = pp0->MaxFrameSize;
1013 (u64)pp0->WWNN.High << 32 | (u64)pp0->WWNN.Low;
1016 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low;
1018 fc_host_port_id(sh) = pp0->PortIdentifier;
1020 class = pp0->SupportedServiceClass;
1029 if (pp0
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptfc.c991 FCPortPage0_t *pp0; local
999 pp0 = &ioc->fc_port_page0[portnum];
1010 fc_host_maxframe_size(sh) = pp0->MaxFrameSize;
1013 (u64)pp0->WWNN.High << 32 | (u64)pp0->WWNN.Low;
1016 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low;
1018 fc_host_port_id(sh) = pp0->PortIdentifier;
1020 class = pp0->SupportedServiceClass;
1029 if (pp0
[all...]

Completed in 116 milliseconds