Searched refs:TX_BUFF_MOD_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ | ||
D | amd8111e.h | 574 #define TX_BUFF_MOD_MASK 31 /* (NUM_TX_BUFFERS -1) */ macro |
D | amd8111e.c | 1232 int tx_index = lp->tx_idx & TX_BUFF_MOD_MASK; in amd8111e_tx_queue_avail() |