Searched refs:ast_tx_swretrymax (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_athioctl.h153 u_int32_t ast_tx_swretrymax; /* software TX retry max limit reach */ member in struct:ath_stats
H A Dif_ath_tx.c3422 sc->sc_stats.ast_tx_swretrymax++;
3477 sc->sc_stats.ast_tx_swretrymax++;
4438 sc->sc_stats.ast_tx_swretrymax++;
4529 sc->sc_stats.ast_tx_swretrymax++;
H A Dif_ath_sysctl.c1257 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_swretrymax", CTLFLAG_RD,
1258 &sc->sc_stats.ast_tx_swretrymax, 0, "TX software retry max reached");

Completed in 59 milliseconds