Home
last modified time | relevance | path

Searched refs:xdp_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c822 * @xdp_count: total number of XDP rings to allocate
832 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector()
842 ring_count = txr_count + rxr_count + xdp_count; in ixgbe_alloc_q_vector()
934 while (xdp_count) { in ixgbe_alloc_q_vector()
954 xdp_count--; in ixgbe_alloc_q_vector()
829 ixgbe_alloc_q_vector(struct ixgbe_adapter *adapter, int v_count, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbe_alloc_q_vector() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c826 * @xdp_count: total number of XDP rings to allocate
836 int xdp_count, int xdp_idx, in ixgbe_alloc_q_vector()
846 ring_count = txr_count + rxr_count + xdp_count; in ixgbe_alloc_q_vector()
937 while (xdp_count) { in ixgbe_alloc_q_vector()
958 xdp_count--; in ixgbe_alloc_q_vector()
833 ixgbe_alloc_q_vector(struct ixgbe_adapter *adapter, int v_count, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbe_alloc_q_vector() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1833 int xdp_count; in mlx4_en_set_channels() local
1845 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels()
1846 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1858 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1844 int xdp_count; in mlx4_en_set_channels() local
1856 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels()
1857 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1869 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2709 * @xdp_count: total number of XDP rings to allocate
2718 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector()
2726 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector()
2773 while (xdp_count) { in ixgbevf_alloc_q_vector()
2794 xdp_count--; in ixgbevf_alloc_q_vector()
2716 ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbevf_alloc_q_vector() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2717 * @xdp_count: total number of XDP rings to allocate
2726 int xdp_count, int xdp_idx, in ixgbevf_alloc_q_vector()
2734 ring_count = txr_count + xdp_count + rxr_count; in ixgbevf_alloc_q_vector()
2781 while (xdp_count) { in ixgbevf_alloc_q_vector()
2802 xdp_count--; in ixgbevf_alloc_q_vector()
2724 ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, int txr_count, int txr_idx, int xdp_count, int xdp_idx, int rxr_count, int rxr_idx) ixgbevf_alloc_q_vector() argument

Completed in 19 milliseconds