Home
last modified time | relevance | path

Searched refs:pRxPort (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c2275 RX_PORT *pRxPort) /* ptr to port struct for which the ring in FillRxRing() argument
2280 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() argument
2315 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 …]