Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c154 qpl_id = gve_get_rx_qpl_id(cfg->qcfg_tx, rx->q_num); in gve_rx_free_ring_dqo()
272 qpl_id = gve_get_rx_qpl_id(cfg->qcfg_tx, rx->q_num); in gve_rx_alloc_ring_dqo()
H A Dgve_rx.c136 qpl_id = gve_get_rx_qpl_id(cfg->qcfg_tx, idx); in gve_rx_free_ring_gqi()
316 qpl_id = gve_get_rx_qpl_id(cfg->qcfg_tx, rx->q_num); in gve_rx_alloc_ring_gqi()
H A Dgve.h690 struct gve_tx_queue_config *qcfg_tx; member
H A Dgve_main.c1229 cfg->qcfg_tx = &priv->tx_cfg; in gve_rx_get_curr_alloc_cfg()
1235 cfg->xdp = !!cfg->qcfg_tx->num_xdp_queues; in gve_rx_get_curr_alloc_cfg()
1774 rx_alloc_cfg.qcfg_tx = &new_tx_config; in gve_adjust_queues()