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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.h2849 #define MAX_TX_RING_SIZE 256 macro
2853 struct tx_buff_info tx_buffs[MAX_TX_RING_SIZE];
2884 ((tp->prod - tp->cons) & (MAX_TX_RING_SIZE - 1)));
H A Dskge.c56 #define MAX_TX_RING_SIZE 1024 macro
484 p->tx_max_pending = MAX_TX_RING_SIZE;
501 p->tx_pending < TX_LOW_WATER || p->tx_pending > MAX_TX_RING_SIZE)
H A Dniu.c4218 for (i = 0; i < MAX_TX_RING_SIZE; i++) {
4224 MAX_TX_RING_SIZE * sizeof(__le64),
4341 MAX_TX_RING_SIZE * sizeof(__le64),
4351 rp->pending = MAX_TX_RING_SIZE;
6375 for (j = 0; j < MAX_TX_RING_SIZE; j++) {
6380 rp->pending = MAX_TX_RING_SIZE;

Completed in 184 milliseconds