Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c2306 RXD *pRxd; /* the rxd to fill */ in FillRxDescriptor() local
2321 pRxd = pRxPort->pRxdRingTail; in FillRxDescriptor()
2322 pRxPort->pRxdRingTail = pRxd->pNextRxd; in FillRxDescriptor()
2332 pRxd->VDataLow = (SK_U32) (PhysAddr & 0xffffffff); in FillRxDescriptor()
2333 pRxd->VDataHigh = (SK_U32) (PhysAddr >> 32); in FillRxDescriptor()
2334 pRxd->pMBuf = pMsgBlock; in FillRxDescriptor()
2335 pRxd->RBControl = BMU_OWN | in FillRxDescriptor()
2363 RXD *pRxd; /* the rxd to fill */ in ReQueueRxBuffer() local
2366 pRxd = pRxPort->pRxdRingTail; in ReQueueRxBuffer()
2367 pRxPort->pRxdRingTail = pRxd->pNextRxd; in ReQueueRxBuffer()
[all …]