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

/freebsd-current/sys/dev/ath/ath_rate/amrr/
H A Damrr.c285 amn->amn_tx_try0 = ATH_TXMAXTRY;
287 * the code which uses them tests for an_tx_try0 == ATH_TXMAXTRY
/freebsd-current/sys/dev/ath/ath_rate/onoe/
H A Donoe.c266 on->on_tx_try0 = ATH_TXMAXTRY; /* max tries at rate 0 */
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c691 *try0 = ATH_TXMAXTRY;
697 *try0 = ATH_TXMAXTRY;
864 *try0 = mrr ? sn->sched[rix].t0 : ATH_TXMAXTRY;
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c1400 if (bf->bf_state.bfs_ismrr && try0 != ATH_TXMAXTRY)
1691 try0 = ATH_TXMAXTRY; /* XXX?too many? */
2254 try0 = ATH_TXMAXTRY; /* XXX?too many? */
H A Dif_athvar.h77 #define ATH_TXMAXTRY 11 /* max number of transmit attempts */ macro

Completed in 139 milliseconds