Searched refs:tx_alloc_cfg (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 994 struct gve_tx_alloc_rings_cfg *tx_alloc_cfg, in gve_queues_mem_alloc() argument 1000 err = gve_tx_alloc_rings_gqi(priv, tx_alloc_cfg); in gve_queues_mem_alloc() 1002 err = gve_tx_alloc_rings_dqo(priv, tx_alloc_cfg); in gve_queues_mem_alloc() 1017 gve_tx_free_rings_gqi(priv, tx_alloc_cfg); in gve_queues_mem_alloc() 1019 gve_tx_free_rings_dqo(priv, tx_alloc_cfg); in gve_queues_mem_alloc() 1300 struct gve_tx_alloc_rings_cfg *tx_alloc_cfg, in gve_get_curr_alloc_cfgs() argument 1303 gve_tx_get_curr_alloc_cfg(priv, tx_alloc_cfg); in gve_get_curr_alloc_cfgs() 1344 struct gve_tx_alloc_rings_cfg tx_alloc_cfg = {0}; in gve_queues_mem_remove() local 1347 gve_get_curr_alloc_cfgs(priv, &tx_alloc_cfg, &rx_alloc_cfg); in gve_queues_mem_remove() 1348 gve_queues_mem_free(priv, &tx_alloc_cfg, &rx_alloc_cfg); in gve_queues_mem_remove() [all …]
|
H A D | gve_ethtool.c | 537 struct gve_tx_alloc_rings_cfg tx_alloc_cfg = {0}; in gve_adjust_ring_sizes() local 542 gve_get_curr_alloc_cfgs(priv, &tx_alloc_cfg, &rx_alloc_cfg); in gve_adjust_ring_sizes() 545 tx_alloc_cfg.ring_size = new_tx_desc_cnt; in gve_adjust_ring_sizes() 549 err = gve_adjust_config(priv, &tx_alloc_cfg, &rx_alloc_cfg); in gve_adjust_ring_sizes()
|
H A D | gve.h | 1216 struct gve_tx_alloc_rings_cfg *tx_alloc_cfg, 1219 struct gve_tx_alloc_rings_cfg *tx_alloc_cfg,
|