Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c386 adapter->num_xdp_queues = 0; in ixgbe_set_dcb_sriov_queues()
484 adapter->num_xdp_queues = 0; in ixgbe_set_dcb_queues()
557 adapter->num_xdp_queues = 0; in ixgbe_set_sriov_queues()
711 adapter->num_xdp_queues = 0; in ixgbe_set_num_queues()
746 vectors = max(vectors, adapter->num_xdp_queues); in ixgbe_acquire_msix_vectors()
1059 int xdp_remaining = adapter->num_xdp_queues; in ixgbe_alloc_q_vectors()
1113 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_alloc_q_vectors()
1122 adapter->num_xdp_queues = 0; in ixgbe_alloc_q_vectors()
1145 adapter->num_xdp_queues = 0; in ixgbe_free_q_vectors()
1256 adapter->num_xdp_queues); in ixgbe_init_interrupt_scheme()
[all …]
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()
3855 adapter->num_xdp_queues; in ixgbe_setup_mtqc()
3901 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_configure_tx()
6488 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_clean_all_tx_rings()
7098 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_free_all_tx_resources()
7765 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_fdir_reinit_subtask()
7801 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_check_hang_subtask()
10693 adapter->num_xdp_queues); in ixgbe_xdp_setup()
[all …]
H A Dixgbe_xsk.c520 if (qid >= adapter->num_xdp_queues) in ixgbe_xsk_wakeup()
H A Dixgbe_ethtool.c1207 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_set_ringparam()
1218 i = max_t(int, adapter->num_tx_queues + adapter->num_xdp_queues, in ixgbe_set_ringparam()
1251 for (j = 0; j < adapter->num_xdp_queues; j++, i++) { in ixgbe_set_ringparam()
1272 for (j = 0; j < adapter->num_xdp_queues; j++, i++) { in ixgbe_set_ringparam()
H A Dixgbe.h687 int num_xdp_queues; member
/linux-6.15/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()
H A Dixgbevf_main.c1762 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbevf_configure_tx()
2487 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbevf_clean_all_tx_rings()
2527 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbevf_down()
2630 adapter->num_xdp_queues = 0; in ixgbevf_set_num_queues()
2886 int xdp_remaining = adapter->num_xdp_queues; in ixgbevf_alloc_q_vectors()
2999 adapter->num_xdp_queues); in ixgbevf_init_interrupt_scheme()
3020 adapter->num_xdp_queues = 0; in ixgbevf_clear_interrupt_scheme()
3232 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbevf_check_hang_subtask()
3405 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbevf_free_all_tx_resources()
3468 for (j = 0; j < adapter->num_xdp_queues; j++) { in ixgbevf_setup_all_tx_resources()
[all …]
H A Dixgbevf.h335 int num_xdp_queues; member
/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_main.c902 for (i = start_id; i < start_id + priv->tx_cfg.num_xdp_queues; i++) { in init_xdp_sync_stats()
930 cfg->num_xdp_rings = cfg->qcfg->num_xdp_queues; in gve_tx_get_curr_alloc_cfg()
1141 if (!priv->tx_cfg.num_xdp_queues) in gve_reg_xdp_info()
1177 for (i = 0; i < priv->tx_cfg.num_xdp_queues; i++) { in gve_reg_xdp_info()
1198 if (!priv->tx_cfg.num_xdp_queues || !priv->rx || !priv->tx) in gve_unreg_xdp_info()
1211 for (i = 0; i < priv->tx_cfg.num_xdp_queues; i++) { in gve_unreg_xdp_info()
1235 cfg->xdp = !!cfg->qcfg_tx->num_xdp_queues; in gve_rx_get_curr_alloc_cfg()
1308 priv->tx_cfg.num_xdp_queues = tx_alloc_cfg->num_xdp_rings; in gve_queues_start()
1489 priv->tx_cfg.num_xdp_queues = priv->xdp_prog ? in gve_set_xdp()
1904 if (priv->tx_cfg.num_xdp_queues && gve_supports_xdp_xmit(priv)) in gve_turnup()
[all …]
H A Dgve.h651 u16 num_xdp_queues; member
1060 return tx_cfg->num_queues + tx_cfg->num_xdp_queues; in gve_num_tx_qpls()
1124 return priv->tx_cfg.num_queues + priv->tx_cfg.num_xdp_queues; in gve_num_tx_queues()
H A Dgve_ethtool.c504 new_tx_cfg.num_xdp_queues = new_rx; in gve_set_channels()
506 new_tx_cfg.num_xdp_queues = 0; in gve_set_channels()
H A Dgve_tx.c382 for (i = 0; i < cfg->qcfg->num_queues + cfg->qcfg->num_xdp_queues; i++) in gve_tx_free_rings_gqi()
840 smp_processor_id() % priv->tx_cfg.num_xdp_queues); in gve_xdp_xmit()
H A Dgve_tx_dqo.c427 for (i = 0; i < cfg->qcfg->num_queues + cfg->qcfg->num_xdp_queues; i++) in gve_tx_free_rings_dqo()