Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h91 u64 tx_xdp_full; /* # of XDP packets that could not be enqueued */ member
H A Dfuneth_tx.c535 FUN_QSTAT_INC(q, tx_xdp_full); in fun_xdp_tx()
H A Dfuneth_ethtool.c805 ADD_STAT(txs.tx_xdp_full); in fun_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h186 u64 tx_xdp_full; member
H A 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()