Searched refs:ast_tx_nobuf (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/wtap/
H A Dif_wtapioctl.h126 u_int32_t ast_tx_nobuf; /* tx dropped 'cuz no ath buffer */ member in struct:wtap_stats
/freebsd-current/sys/dev/ath/
H A Dif_athioctl.h134 u_int32_t ast_tx_nobuf; /* tx dropped 'cuz no ath buffer */ member in struct:ath_stats
H A Dif_ath_sysctl.c1212 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_nobuf", CTLFLAG_RD,
1213 &sc->sc_stats.ast_tx_nobuf, 0, "tx dropped 'cuz no ath buffer");
H A Dif_ath.c3399 sc->sc_stats.ast_tx_nobuf++;
3426 sc->sc_stats.ast_tx_nobuf++;
H A Dif_ath_tx.c2476 sc->sc_stats.ast_tx_nobuf++;

Completed in 186 milliseconds