Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c178 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_xdp_full) },
284 s->tx_xdp_full += xdpsq_red_stats->full; in mlx5e_stats_grp_sw_update_stats_xdp_red()