Home
last modified time | relevance | path

Searched refs:tx_xdp_full (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_txrx.h90 u64 tx_xdp_full; /* # of XDP packets that could not be enqueued */ member
Dfuneth_tx.c536 FUN_QSTAT_INC(q, tx_xdp_full); in fun_xdp_tx()
Dfuneth_ethtool.c805 ADD_STAT(txs.tx_xdp_full); in fun_get_ethtool_stats()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h184 u64 tx_xdp_full; member
Den_stats.c172 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_xdp_full) },
280 s->tx_xdp_full += xdpsq_red_stats->full; in mlx5e_stats_grp_sw_update_stats_xdp_red()