Lines Matching refs:pPnmiPrt

6837 	SK_PNMI_PORT	*pPnmiPrt;  in GetPhysStatVal()  local
6846 pPnmiPrt = &pAC->Pnmi.BufPort[PhysPortIndex]; in GetPhysStatVal()
6849 pPnmiPrt = &pAC->Pnmi.Port[PhysPortIndex]; in GetPhysStatVal()
6874 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
6896 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
6920 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
6936 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
6949 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
6975 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7001 return (pPnmiPrt->StatRxLongFrameCts); in GetPhysStatVal()
7007 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7014 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7020 Val += pPnmiPrt->StatRxFrameTooLongCts; in GetPhysStatVal()
7029 Val -= pPnmiPrt->StatRxLongFrameCts; in GetPhysStatVal()
7054 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7057 Val -= pPnmiPrt->RxShortZeroMark; in GetPhysStatVal()
7081 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7087 return (pPnmiPrt->StatRxPMaccErr); in GetPhysStatVal()
7093 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7098 LowVal = (SK_U32)pPnmiPrt->StatSyncCts; in GetPhysStatVal()
7099 HighVal = (SK_U32)(pPnmiPrt->StatSyncCts >> 32); in GetPhysStatVal()
7104 LowVal = (SK_U32)pPnmiPrt->StatSyncOctetsCts; in GetPhysStatVal()
7105 HighVal = (SK_U32)(pPnmiPrt->StatSyncOctetsCts >> 32); in GetPhysStatVal()
7120 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7126 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7134 HighVal = pPnmiPrt->CounterHigh[StatIndex]; in GetPhysStatVal()
7141 Val += pPnmiPrt->CounterOffset[StatIndex]; in GetPhysStatVal()