Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h324 u64 rx_out_of_buffer; member
H A Dstats.c291 e_errs->oob = s->rx_out_of_buffer; in bnxt_re_copy_ext_stats()
H A Dqplib_sp.c1218 estat->rx_out_of_buffer = le64_to_cpu(sb->rx_out_of_buffer_pkts); in bnxt_qplib_qext_stat()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c826 u32 rx_out_of_buffer = 0; in mlx5e_update_stats_locked() local
922 &rx_out_of_buffer) == 0) { in mlx5e_update_stats_locked()
923 s->rx_out_of_buffer = rx_out_of_buffer; in mlx5e_update_stats_locked()
3409 retval = priv->stats.vport.rx_out_of_buffer; in mlx5e_get_counter()
H A Den.h192 m(+1, u64, rx_out_of_buffer, "rx_out_of_buffer", "Receive out of buffer, no recv wqes events") \