Searched refs:num_xdp_queues (Results 1 – 7 of 7) sorted by relevance
942 for (i = start_id; i < start_id + priv->tx_cfg.num_xdp_queues; i++) { in init_xdp_sync_stats()971 cfg->num_xdp_rings = cfg->qcfg->num_xdp_queues; in gve_tx_get_curr_alloc_cfg()1254 if (!priv->tx_cfg.num_xdp_queues || !priv->rx) in gve_unreg_xdp_info()1282 if (!priv->tx_cfg.num_xdp_queues) in gve_reg_xdp_info()1337 cfg->xdp = !!cfg->qcfg_tx->num_xdp_queues; in gve_rx_get_curr_alloc_cfg()1410 priv->tx_cfg.num_xdp_queues = tx_alloc_cfg->num_xdp_rings; in gve_queues_start()1593 priv->tx_cfg.num_xdp_queues = priv->xdp_prog ? in gve_set_xdp()1700 if (!netif_running(dev) || !priv->tx_cfg.num_xdp_queues) in gve_xsk_pool_disable()2034 if (priv->tx_cfg.num_xdp_queues && gve_supports_xdp_xmit(priv)) in gve_turnup()2512 priv->tx_cfg.num_xdp_queues = 0; in gve_init_priv()
690 u16 num_xdp_queues; member1119 return tx_cfg->num_queues + tx_cfg->num_xdp_queues; in gve_num_tx_qpls()1181 return priv->tx_cfg.num_queues + priv->tx_cfg.num_xdp_queues; in gve_num_tx_queues()
528 new_tx_cfg.num_xdp_queues = new_rx; in gve_set_channels()530 new_tx_cfg.num_xdp_queues = 0; in gve_set_channels()
459 for (i = 0; i < cfg->qcfg->num_queues + cfg->qcfg->num_xdp_queues; i++) in gve_tx_free_rings_dqo()1594 smp_processor_id() % priv->tx_cfg.num_xdp_queues); in gve_xdp_xmit_dqo()
319 int num_xdp_queues; member
633 for (n = 0; n < adapter->num_xdp_queues; n++) { in ixgbe_dump()1017 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_update_xoff_received()4027 adapter->num_xdp_queues; in ixgbe_setup_mtqc()4073 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_configure_tx()6442 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_disable_tx()6489 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_disable_tx()6677 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_clean_all_tx_rings()7150 for (j = 0; j < adapter->num_xdp_queues; j++) { in ixgbe_setup_all_tx_resources()7307 for (i = 0; i < adapter->num_xdp_queues; i++) in ixgbe_free_all_tx_resources()7741 for (i = 0; i < adapter->num_xdp_queues; i++) { in ixgbe_update_stats()[all …]
702 int num_xdp_queues; member