Searched refs:max_rx_flows (Results 1 – 1 of 1) sorted by relevance
1322 int max_rx_flows; in emac_ndo_open() local1353 max_rx_flows = PRUETH_MAX_RX_FLOWS; in emac_ndo_open()1355 max_rx_flows, PRUETH_MAX_RX_DESC); in emac_ndo_open()1426 prueth_reset_rx_chan(&emac->rx_chns, max_rx_flows, false); in emac_ndo_open()1436 prueth_cleanup_rx_chns(emac, &emac->rx_chns, max_rx_flows); in emac_ndo_open()1456 int max_rx_flows; in emac_ndo_stop() local1485 max_rx_flows = PRUETH_MAX_RX_FLOWS; in emac_ndo_stop()1488 prueth_reset_rx_chan(&emac->rx_chns, max_rx_flows, true); in emac_ndo_stop()1512 prueth_cleanup_rx_chns(emac, &emac->rx_chns, max_rx_flows); in emac_ndo_stop()