FXP_TXCB_MASK
(((i + 1) & FXP_TXCB_MASK) * sizeof(struct fxp_cb_tx)));
txp[i].tx_next = &txp[(i + 1) & FXP_TXCB_MASK];