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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D3c527.c136 #define TX_RING_LEN 32 /* Typically the card supports 37 */ macro
173 struct mc32_ring_desc tx_ring[TX_RING_LEN]; /* Host Transmit ring */
208 static inline u16 next_tx(u16 tx) { return (tx+1)&(TX_RING_LEN-1); };
829 for(i=0 ; i<TX_RING_LEN ; i++)
841 atomic_set(&lp->tx_count, TX_RING_LEN-1);
862 for (i=0; i < TX_RING_LEN; i++)
884 u16 descnumbuffs[2] = {TX_RING_LEN, RX_RING_LEN};
1221 * This is why lp->tx_count=TX_RING_LEN-1: in order to prevent

Completed in 94 milliseconds