Searched refs:TX_RING_MAXSIZE (Results 1 – 2 of 2) 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];
338 #define TX_RING_MAXSIZE 256 macro377 struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE];