Searched refs:max_rx_flows (Results 1 – 1 of 1) sorted by relevance
1311 int max_rx_flows; in emac_ndo_open() local1342 max_rx_flows = PRUETH_MAX_RX_FLOWS; in emac_ndo_open()1344 max_rx_flows, PRUETH_MAX_RX_DESC); in emac_ndo_open()1415 prueth_reset_rx_chan(&emac->rx_chns, max_rx_flows, false); in emac_ndo_open()1425 prueth_cleanup_rx_chns(emac, &emac->rx_chns, max_rx_flows); in emac_ndo_open()1445 int max_rx_flows; in emac_ndo_stop() local1474 max_rx_flows = PRUETH_MAX_RX_FLOWS; in emac_ndo_stop()1477 prueth_reset_rx_chan(&emac->rx_chns, max_rx_flows, true); in emac_ndo_stop()1501 prueth_cleanup_rx_chns(emac, &emac->rx_chns, max_rx_flows); in emac_ndo_stop()