Searched refs:TX_RING_MAXSIZE (Results 1 – 3 of 3) sorted by relevance
288 #define TX_RING_MAXSIZE 256 macro295 #define NEXT_TX(num) (((num) + 1) & (TX_RING_MAXSIZE - 1))297 #define PREV_TX(num) (((num) - 1) & (TX_RING_MAXSIZE - 1))306 struct qe_txd qe_txd[TX_RING_MAXSIZE];
248 #define TX_RING_MAXSIZE 256 macro270 struct be_txd be_txd[TX_RING_MAXSIZE];
338 #define TX_RING_MAXSIZE 256 macro377 struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE];