Searched refs:ast_tx_nofrag (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapioctl.h134 u_int32_t ast_tx_nofrag; /* tx dropped 'cuz no ath frag buffer */ member in struct:wtap_stats
/freebsd-11.0-release/sys/dev/ath/
H A Dif_athioctl.h135 u_int32_t ast_tx_nofrag; /* tx dropped 'cuz no ath frag buffer */ member in struct:ath_stats
H A Dif_ath_sysctl.c1220 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_nofrag", CTLFLAG_RD,
1221 &sc->sc_stats.ast_tx_nofrag, 0, "tx dropped 'cuz no ath frag buffer");
H A Dif_ath.c3287 sc->sc_stats.ast_tx_nofrag++;

Completed in 107 milliseconds