Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_sysctl.c1283 struct oce_rxf_stats_v0 *rxf_stats; in copy_stats_to_sc_be2() local
1290 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_be2()
1335 rxf_stats->rx_drops_no_tpre_descr; in copy_stats_to_sc_be2()
1337 rxf_stats->rx_drops_too_many_frags; in copy_stats_to_sc_be2()
1346 struct oce_rxf_stats_v1 *rxf_stats; in copy_stats_to_sc_be3() local
1353 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_be3()
1398 rxf_stats->rx_drops_no_tpre_descr; in copy_stats_to_sc_be3()
1400 rxf_stats->rx_drops_too_many_frags; in copy_stats_to_sc_be3()
1410 struct oce_rxf_stats_v2 *rxf_stats; in copy_stats_to_sc_sh() local
1418 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_sh()
[all …]