Searched refs:num_xdp_queues (Results 1 – 13 of 13) sorted by relevance
386 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 …]
630 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 …]
520 if (qid >= adapter->num_xdp_queues) in ixgbe_xsk_wakeup()
1207 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()
687 int num_xdp_queues; member
62 ((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()
1762 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 …]
335 int num_xdp_queues; member
902 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 …]
651 u16 num_xdp_queues; member1060 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()
504 new_tx_cfg.num_xdp_queues = new_rx; in gve_set_channels()506 new_tx_cfg.num_xdp_queues = 0; in gve_set_channels()
382 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()
427 for (i = 0; i < cfg->qcfg->num_queues + cfg->qcfg->num_xdp_queues; i++) in gve_tx_free_rings_dqo()