Searched refs:AMPDU_TX_BA_MAX_WSIZE (Results 1 – 2 of 2) sorted by relevance
22 #define AMPDU_TX_BA_MAX_WSIZE 64 /* max Tx ba window size (in pdu) */ macro28 u8 txretry[AMPDU_TX_BA_MAX_WSIZE]; /* tx retry count; indexed by seq modulo */
49 #define AMPDU_TX_BA_MAX_WSIZE 64 /* max Tx ba window size (in pdu) */ macro72 #define TX_SEQ_TO_INDEX(seq) ((seq) % AMPDU_TX_BA_MAX_WSIZE)169 ASSERT(ISPOWEROF2(AMPDU_TX_BA_MAX_WSIZE)); in wlc_ampdu_attach()1120 if ((bindex < AMPDU_TX_BA_MAX_WSIZE) in wlc_ampdu_dotxstatus_complete()