Searched refs:RXD (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskdrv2nd.h202 typedef struct s_RxD RXD; /* the receive descriptor */ typedef in typeref:struct:s_RxD
213 RXD *pNextRxd; /* Pointer to next Rxd */
294 RXD *pRxdRingHead; /* Head of Rx rings */
295 RXD *pRxdRingTail; /* Tail of Rx rings */
296 RXD *pRxdRingPrev; /* descriptor given to BMU previously */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskge.c192 static void SetupRing(SK_AC*, void*, uintptr_t, RXD**, RXD**, RXD**, int*, SK_BOOL);
726 RxDescrSize = (((sizeof(RXD) - 1) / DESCR_ALIGN) + 1) * DESCR_ALIGN;
736 (RXD**)&pAC->TxPort[i][0].pTxdRingHead,
737 (RXD**)&pAC->TxPort[i][0].pTxdRingTail,
738 (RXD**)&pAC->TxPort[i][0].pTxdRingPrev,
769 RXD **ppRingHead, /* address where the head should be written */
770 RXD **ppRingTail, /* address where the tail should be written */
771 RXD **ppRingPre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dnsc-ircc.h73 #define RXD 0x00 /* Receive data port */ macro
H A Dnsc-ircc.c1914 byte = inb(iobase+RXD);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunhme.c1950 #define RXD(x) printk x macro
1952 #define RXD(x) macro
1971 RXD(("RX<"));
1979 RXD(("[%d ", elem));
1983 RXD(("ERR(%08x)]", flags));
2047 RXD(("len=%d csum=%4x]", len, csum));
2061 RXD((">"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c186 #define RXD(x) XXD((x), di->nrxd) macro
189 #define NEXTRXD(i) RXD((i) + 1)
190 #define PREVRXD(i) RXD((i) - 1)
193 #define NRXDACTIVE(h, t) RXD((t) - (h))

Completed in 145 milliseconds