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

/freebsd-10.2-release/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-10.2-release/sys/dev/ath/
H A Dif_athioctl.h127 u_int32_t ast_tx_nobuf; /* tx dropped 'cuz no ath buffer */ member in struct:ath_stats
H A Dif_ath_sysctl.c1005 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_nobuf", CTLFLAG_RD,
1006 &sc->sc_stats.ast_tx_nobuf, 0, "tx dropped 'cuz no ath buffer");
H A Dif_ath.c2793 sc->sc_stats.ast_tx_nobuf++;
2822 sc->sc_stats.ast_tx_nobuf++;
H A Dif_ath_tx.c2394 sc->sc_stats.ast_tx_nobuf++;

Completed in 124 milliseconds