Searched refs:pRxPort (Results 1 – 1 of 1) sorted by relevance
2275 RX_PORT *pRxPort) /* ptr to port struct for which the ring in FillRxRing() argument2280 spin_lock_irqsave(&pRxPort->RxDesRingLock, Flags); in FillRxRing()2281 while (pRxPort->RxdRingFree > pRxPort->RxFillLimit) { in FillRxRing()2282 if(!FillRxDescriptor(pAC, pRxPort)) in FillRxRing()2285 spin_unlock_irqrestore(&pRxPort->RxDesRingLock, Flags); in FillRxRing()2303 RX_PORT *pRxPort) /* ptr to port struct of ring to fill */ in FillRxDescriptor() argument2315 pAC->dev[pRxPort->PortIndex]->name)); in FillRxDescriptor()2316 SK_PNMI_CNT_NO_RX_BUF(pAC, pRxPort->PortIndex); in FillRxDescriptor()2321 pRxd = pRxPort->pRxdRingTail; in FillRxDescriptor()2322 pRxPort->pRxdRingTail = pRxd->pNextRxd; in FillRxDescriptor()[all …]