Home
last modified time | relevance | path

Searched refs:num_xdp_queues (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c838 priv->num_xdp_queues); in gve_create_xdp_rings()
841 priv->num_xdp_queues); in gve_create_xdp_rings()
848 priv->num_xdp_queues); in gve_create_xdp_rings()
908 for (i = start_id; i < start_id + priv->num_xdp_queues; i++) { in init_xdp_sync_stats()
933 int num_xdp_queues = priv->xdp_prog ? priv->rx_cfg.num_queues : 0; in gve_tx_get_curr_alloc_cfg() local
939 cfg->num_rings = priv->tx_cfg.num_queues + num_xdp_queues; in gve_tx_get_curr_alloc_cfg()
976 if (!priv->num_xdp_queues) in gve_alloc_xdp_rings()
981 cfg.num_rings = priv->num_xdp_queues; in gve_alloc_xdp_rings()
1031 priv->num_xdp_queues); in gve_destroy_xdp_rings()
1073 cfg.num_rings = priv->num_xdp_queues; in gve_free_xdp_rings()
[all …]
H A Dgve.h754 u16 num_xdp_queues; member
1028 int num_xdp_queues, in gve_num_tx_qpls() argument
1033 return tx_cfg->num_queues + num_xdp_queues; in gve_num_tx_qpls()
1043 return priv->num_xdp_queues; in gve_num_xdp_qpls()
1106 return priv->tx_cfg.num_queues + priv->num_xdp_queues; in gve_num_tx_queues()
H A Dgve_ethtool.c495 if (priv->num_xdp_queues && in gve_set_channels()
H A Dgve_tx.c847 smp_processor_id() % priv->num_xdp_queues); in gve_xdp_xmit()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c62 ((struct ixgbevf_adapter *)netdev_priv(netdev))->num_xdp_queues + \
268 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbevf_set_ringparam()
281 adapter->num_xdp_queues)); in ixgbevf_set_ringparam()
305 for (j = 0; j < adapter->num_xdp_queues; i++, j++) { in ixgbevf_set_ringparam()
367 for (j = 0; j < adapter->num_xdp_queues; i++, j++) { in ixgbevf_set_ringparam()
396 i < adapter->num_tx_queues + adapter->num_xdp_queues; i++) in ixgbevf_set_ringparam()
469 for (j = 0; j < adapter->num_xdp_queues; j++) { in ixgbevf_get_ethtool_stats()
528 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbevf_get_strings()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c630 for (n = 0; n < adapter->num_xdp_queues; n++) { in ixgbe_dump()
970 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_update_xoff_rx_lfc()
1018 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_update_xoff_received()
3851 adapter->num_xdp_queues; in ixgbe_setup_mtqc()
3897 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_configure_tx()
6249 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_disable_tx()
6296 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_disable_tx()
6484 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_clean_all_tx_rings()
6937 for (j = 0; j < adapter->num_xdp_queues; j++) { in ixgbe_setup_all_tx_resources()
7094 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_free_all_tx_resources()
[all …]