Home
last modified time | relevance | path

Searched refs:PRUETH_MAX_RX_FLOWS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.h26 #define PRUETH_MAX_RX_FLOWS 1 /* excluding default flow */ macro
H A Dicssg_prueth.c949 for (i = 0; i < PRUETH_MAX_RX_FLOWS; i++) { in prueth_destroy_rxq()
1001 prueth_reset_rx_chan(&emac->rx_chns, PRUETH_MAX_RX_FLOWS, false); in prueth_create_rxq()
1045 max_rx_flows = PRUETH_MAX_RX_FLOWS; in emac_ndo_open()
1168 prueth_cleanup_rx_chns(emac, &emac->rx_chns, PRUETH_MAX_RX_FLOWS); in emac_ndo_stop()
1474 if (queue_id >= PRUETH_MAX_RX_FLOWS || in prueth_xsk_pool_enable()
1525 if (queue_id >= PRUETH_MAX_RX_FLOWS || in prueth_xsk_pool_disable()
1604 if (qid >= PRUETH_MAX_RX_FLOWS || qid >= emac->tx_ch_num) { in prueth_xsk_wakeup()
H A Dicssg_common.c1420 PRUETH_MAX_RX_FLOWS_SR1 : PRUETH_MAX_RX_FLOWS; in icssg_napi_rx_poll()
1516 prueth_reset_rx_chan(&emac->rx_chns, PRUETH_MAX_RX_FLOWS, false); in prueth_prepare_rx_chan()