MANA_IDX_NEXT
MANA_IDX_NEXT(next_to_complete, tx_queue_size);
next_to_refill = MANA_IDX_NEXT(next_to_refill,
rxq->buf_index = MANA_IDX_NEXT(rxq->buf_index, rxq->num_rx_buf);
next_to_use = MANA_IDX_NEXT(next_to_use, tx_queue_size);