Searched refs:rx_alloc_cfg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_main.c | 1003 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg) in gve_queues_mem_alloc() 1015 err = gve_rx_alloc_rings_gqi(priv, rx_alloc_cfg); in gve_queues_mem_alloc() 1017 err = gve_rx_alloc_rings_dqo(priv, rx_alloc_cfg); in gve_queues_mem_alloc() 1304 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg) in gve_get_curr_alloc_cfgs() 1307 gve_rx_get_curr_alloc_cfg(priv, rx_alloc_cfg); 1348 struct gve_rx_alloc_rings_cfg rx_alloc_cfg = {0}; in gve_queues_mem_remove() 1350 gve_get_curr_alloc_cfgs(priv, &tx_alloc_cfg, &rx_alloc_cfg); in gve_queues_mem_remove() 1351 gve_queues_mem_free(priv, &tx_alloc_cfg, &rx_alloc_cfg); in gve_queues_mem_remove() 1361 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg) in gve_queues_start() 1368 priv->rx = rx_alloc_cfg in gve_queues_start() 1001 gve_queues_mem_alloc(struct gve_priv * priv,struct gve_tx_alloc_rings_cfg * tx_alloc_cfg,struct gve_rx_alloc_rings_cfg * rx_alloc_cfg) gve_queues_mem_alloc() argument 1302 gve_get_curr_alloc_cfgs(struct gve_priv * priv,struct gve_tx_alloc_rings_cfg * tx_alloc_cfg,struct gve_rx_alloc_rings_cfg * rx_alloc_cfg) gve_get_curr_alloc_cfgs() argument 1346 struct gve_rx_alloc_rings_cfg rx_alloc_cfg = {0}; gve_queues_mem_remove() local 1359 gve_queues_start(struct gve_priv * priv,struct gve_tx_alloc_rings_cfg * tx_alloc_cfg,struct gve_rx_alloc_rings_cfg * rx_alloc_cfg) gve_queues_start() argument 1437 struct gve_rx_alloc_rings_cfg rx_alloc_cfg = {0}; gve_open() local 1528 struct gve_rx_alloc_rings_cfg rx_alloc_cfg = {0}; gve_configure_rings_xdp() local 1813 gve_adjust_config(struct gve_priv * priv,struct gve_tx_alloc_rings_cfg * tx_alloc_cfg,struct gve_rx_alloc_rings_cfg * rx_alloc_cfg) gve_adjust_config() argument 1855 struct gve_rx_alloc_rings_cfg rx_alloc_cfg = {0}; gve_adjust_queues() local 2071 gve_set_rx_buf_len_config(struct gve_priv * priv,u32 rx_buf_len,struct netlink_ext_ack * extack,struct gve_rx_alloc_rings_cfg * rx_alloc_cfg) gve_set_rx_buf_len_config() argument 2102 gve_set_hsplit_config(struct gve_priv * priv,u8 tcp_data_split,struct gve_rx_alloc_rings_cfg * rx_alloc_cfg) gve_set_hsplit_config() argument 2132 struct gve_rx_alloc_rings_cfg rx_alloc_cfg = {0}; gve_set_features() local [all...] |
| H A D | gve.h | 1271 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg); 1273 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg); 1310 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg); 1313 struct gve_rx_alloc_rings_cfg *rx_alloc_cfg);
|