MAX_TX_BD_ALLOC
DBRUNIF((sw_tx_chain_cons > MAX_TX_BD_ALLOC),
(int) MAX_TX_BD_ALLOC);
if (idx > MAX_TX_BD_ALLOC)
#define TX_CHAIN_IDX(x) ((x) & MAX_TX_BD_ALLOC)