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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c527.c134 #define TX_RING_LEN 32 /* Typically the card supports 37 */ macro
170 struct mc32_ring_desc tx_ring[TX_RING_LEN]; /* Host Transmit ring */
205 static inline u16 next_tx(u16 tx) { return (tx+1)&(TX_RING_LEN-1); };
832 for(i=0 ; i<TX_RING_LEN ; i++)
844 atomic_set(&lp->tx_count, TX_RING_LEN-1);
865 for (i=0; i < TX_RING_LEN; i++)
887 u16 descnumbuffs[2] = {TX_RING_LEN, RX_RING_LEN};
1224 * This is why lp->tx_count=TX_RING_LEN-1: in order to prevent

Completed in 46 milliseconds