Searched refs:TX_RING_MAXSIZE (Results 1 – 3 of 3) sorted by relevance
287 #define TX_RING_MAXSIZE 256 macro294 #define NEXT_TX(num) (((num) + 1) & (TX_RING_MAXSIZE - 1))296 #define PREV_TX(num) (((num) - 1) & (TX_RING_MAXSIZE - 1))305 struct qe_txd qe_txd[TX_RING_MAXSIZE];
247 #define TX_RING_MAXSIZE 256 macro269 struct be_txd be_txd[TX_RING_MAXSIZE];
337 #define TX_RING_MAXSIZE 256 macro376 struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE];