Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskdrv2nd.h248 typedef struct s_RxD RXD; /* the receive descriptor */ typedef
259 RXD *pNextRxd; /* Pointer to next Rxd */
343 RXD *pRxdRingHead; /* Head of Rx rings */
344 RXD *pRxdRingTail; /* Tail of Rx rings */
345 RXD *pRxdRingPrev; /* descriptor given to BMU previously */
/linux-2.4.37.9/Documentation/
Dspecialix.txt188 Pin 2 RXD input Receive
220 2 RXD black 5 TXD
223 5 TXD yellow 2 RXD
231 5 TXD yellow 2 RXD
234 2 RXD black 5 TXD
242 2 RXD black 3 RXD 2 RXD
258 2 RXD black 3 RXD 2 RXD
/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c199 static void SetupRing(SK_AC*, void*, uintptr_t, RXD**, RXD**, RXD**, int*, SK_BOOL);
1130 RxDescrSize = (((sizeof(RXD) - 1) / DESCR_ALIGN) + 1) * DESCR_ALIGN; in BoardInitMem()
1140 (RXD**)&pAC->TxPort[i][0].pTxdRingHead, in BoardInitMem()
1141 (RXD**)&pAC->TxPort[i][0].pTxdRingTail, in BoardInitMem()
1142 (RXD**)&pAC->TxPort[i][0].pTxdRingPrev, in BoardInitMem()
1173 RXD **ppRingHead, /* address where the head should be written */ in SetupRing()
1174 RXD **ppRingTail, /* address where the tail should be written */ in SetupRing()
1175 RXD **ppRingPrev, /* address where the tail should be written */ in SetupRing()
1182 RXD *pDescr; /* pointer to a descriptor (receive or transmit) */ in SetupRing()
1183 RXD *pNextDescr; /* pointer to the next descriptor */ in SetupRing()
[all …]
/linux-2.4.37.9/include/net/irda/
Dnsc-ircc.h72 #define RXD 0x00 /* Receive data port */ macro
/linux-2.4.37.9/drivers/net/
Dsunhme.c1993 #define RXD(x) printk x macro
1995 #define RXD(x) macro
2014 RXD(("RX<")); in happy_meal_rx()
2022 RXD(("[%d ", elem)); in happy_meal_rx()
2026 RXD(("ERR(%08x)]", flags)); in happy_meal_rx()
2090 RXD(("len=%d csum=%4x]", len, csum)); in happy_meal_rx()
2104 RXD((">")); in happy_meal_rx()
/linux-2.4.37.9/drivers/net/irda/
Dnsc-ircc.c1739 byte = inb(iobase+RXD); in nsc_ircc_pio_receive()