Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_tx.c121 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
694 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) in efx_tx_qstats_update()
1111 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) in siena_tx_qstats_update()
1116 efsys_stat_t *essp = &stat[id]; in siena_tx_qstats_update()
H A Defx_ev.c98 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat);
607 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) in efx_ev_qstats_update()
1448 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) in siena_ev_qstats_update()
1453 efsys_stat_t *essp = &stat[id]; in siena_ev_qstats_update()
H A Def10_tx.c778 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) in ef10_tx_qstats_update()
783 efsys_stat_t *essp = &stat[id]; in ef10_tx_qstats_update()
H A Def10_impl.h123 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat);
302 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat,
836 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
H A Defx_impl.h109 void (*eevo_qstats_update)(efx_evq_t *, efsys_stat_t *);
154 efsys_stat_t *);
242 efsys_stat_t *, uint32_t *);
H A Dsiena_impl.h443 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat,
H A Dsiena_mac.c271 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat, in siena_mac_stats_update()
H A Def10_ev.c755 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) in ef10_ev_qstats_update()
760 efsys_stat_t *essp = &stat[id]; in ef10_ev_qstats_update()
H A Defx.h673 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat,
2261 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat);
2793 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
H A Defx_mac.c830 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *essp, in efx_mac_stats_update()
H A Def10_mac.c606 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat, in ef10_mac_stats_update()
H A Defsys.h1076 typedef uint64_t efsys_stat_t; typedef