PRUETH_MAX_TX_QUEUES
if (q_idx >= PRUETH_MAX_TX_QUEUES) {
ch->max_tx = PRUETH_MAX_TX_QUEUES;
if (queue >= PRUETH_MAX_TX_QUEUES)
if (queue >= PRUETH_MAX_TX_QUEUES)
int ret, num_tx_chn = PRUETH_MAX_TX_QUEUES;
struct prueth_tx_chn tx_chns[PRUETH_MAX_TX_QUEUES];