Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_tx.c123 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
673 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) in efx_tx_qstats_update()
1096 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) in siena_tx_qstats_update()
1101 efsys_stat_t *essp = &stat[id]; in siena_tx_qstats_update()
H A Defx_ev.c102 __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.c782 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) in ef10_tx_qstats_update()
787 efsys_stat_t *essp = &stat[id]; in ef10_tx_qstats_update()
H A Def10_impl.h114 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat);
285 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat,
773 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
H A Defx_impl.h105 void (*eevo_qstats_update)(efx_evq_t *, efsys_stat_t *);
150 efsys_stat_t *);
205 efsys_stat_t *, uint32_t *);
H A Dsiena_impl.h435 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat,
H A Def10_ev.c753 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat) in ef10_ev_qstats_update()
758 efsys_stat_t *essp = &stat[id]; in ef10_ev_qstats_update()
H A Dsiena_mac.c273 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat, in siena_mac_stats_update()
H A Defx.h608 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat,
1818 __inout_ecount(EV_NQSTATS) efsys_stat_t *stat);
2149 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
H A Defx_mac.c784 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *essp, in efx_mac_stats_update()
H A Def10_mac.c574 __inout_ecount(EFX_MAC_NSTATS) efsys_stat_t *stat, in ef10_mac_stats_update()
H A Defsys.h1129 typedef uint64_t efsys_stat_t; typedef