Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dchain_mode.c130 struct stmmac_rx_queue *rx_q = (struct stmmac_rx_queue *)priv_ptr; in refill_desc3()
Dstmmac.h95 struct stmmac_rx_queue { struct
202 struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES];
Dstmmac_main.c220 struct stmmac_rx_queue *rx_q; in stmmac_disable_all_queues()
369 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_rx_dirty()
1266 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_display_rx_rings()
1349 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_clear_rx_descriptors()
1428 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_init_rx_buffers()
1467 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_free_rx_buffer()
1539 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_alloc_rx_buffers()
1569 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in dma_free_rx_xskbufs()
1585 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in stmmac_alloc_rx_buffers_zc()
1631 struct stmmac_rx_queue *rx_q = &priv->rx_queue[queue]; in __init_dma_rx_desc_rings()
[all …]
Dring_mode.c106 struct stmmac_rx_queue *rx_q = priv_ptr; in refill_desc3()