Searched refs:MAX_TX_BD_ALLOC (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/bce/
H A Dif_bce.c6806 DBRUNIF((sw_tx_chain_cons > MAX_TX_BD_ALLOC),
6809 (int) MAX_TX_BD_ALLOC);
9795 if (idx > MAX_TX_BD_ALLOC)
H A Dif_bcereg.h6073 #define MAX_TX_BD_ALLOC (TOTAL_TX_BD_ALLOC - 1) macro
6079 #define TX_CHAIN_IDX(x) ((x) & MAX_TX_BD_ALLOC)

Completed in 131 milliseconds