Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_core.c144 static const struct stmmac_rx_routing dwxgmac2_route_possibilities[] = { in dwxgmac2_rx_queue_routing() local
155 value &= ~dwxgmac2_route_possibilities[packet - 1].reg_mask; in dwxgmac2_rx_queue_routing()
156 value |= (queue << dwxgmac2_route_possibilities[packet - 1].reg_shift) & in dwxgmac2_rx_queue_routing()
157 dwxgmac2_route_possibilities[packet - 1].reg_mask; in dwxgmac2_rx_queue_routing()