xdp_count 832 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c int xdp_count, int xdp_idx, xdp_count 842 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c ring_count = txr_count + rxr_count + xdp_count; xdp_count 936 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c while (xdp_count) { xdp_count 956 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c xdp_count--; xdp_count 2696 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c int xdp_count, int xdp_idx, xdp_count 2704 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c ring_count = txr_count + xdp_count + rxr_count; xdp_count 2751 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c while (xdp_count) { xdp_count 2772 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c xdp_count--; xdp_count 1817 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c int xdp_count; xdp_count 1829 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; xdp_count 1830 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; xdp_count 1842 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c new_prof.tx_ring_num[TX_XDP] = xdp_count;