Searched refs:gve_alloc_queue_page_list (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/google/gve/ |
D | gve.h | 1123 struct gve_queue_page_list *gve_alloc_queue_page_list(struct gve_priv *priv,
|
D | gve_rx_dqo.c | 431 rx->dqo.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_rx_alloc_ring_dqo()
|
D | gve_tx.c | 293 tx->tx_fifo.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_tx_alloc_ring_gqi()
|
D | gve_rx.c | 313 rx->data.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_rx_alloc_ring_gqi()
|
D | gve_tx_dqo.c | 362 tx->dqo.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_tx_alloc_ring_dqo()
|
D | gve_main.c | 1102 struct gve_queue_page_list *gve_alloc_queue_page_list(struct gve_priv *priv, in gve_alloc_queue_page_list() function
|