PRUETH_MAX_RX_FLOWS
PRUETH_MAX_RX_FLOWS_SR1 : PRUETH_MAX_RX_FLOWS;
prueth_reset_rx_chan(&emac->rx_chns, PRUETH_MAX_RX_FLOWS, false);
prueth_cleanup_rx_chns(emac, &emac->rx_chns, PRUETH_MAX_RX_FLOWS);
if (queue_id >= PRUETH_MAX_RX_FLOWS ||
if (queue_id >= PRUETH_MAX_RX_FLOWS ||
if (qid >= PRUETH_MAX_RX_FLOWS || qid >= emac->tx_ch_num) {
for (i = 0; i < PRUETH_MAX_RX_FLOWS; i++) {
prueth_reset_rx_chan(&emac->rx_chns, PRUETH_MAX_RX_FLOWS, false);
max_rx_flows = PRUETH_MAX_RX_FLOWS;