Searched refs:ba_size (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c164 u8 ba_size = IEEE80211_MIN_AMPDU_BUF; local
166 ba_size <<= sta->deflink.ht_cap.ampdu_factor;
167 ba_size = min_t(int, 63, ba_size);
169 ba_size = 0;
170 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c414 u8 ba_size = IEEE80211_MIN_AMPDU_BUF; local
417 ba_size <<= sta->deflink.ht_cap.ampdu_factor;
418 ba_size = min_t(int, 63, ba_size - 1);
420 ba_size = 0;
421 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h282 * @ba_size: Size of the recepients RX reorder buffer - 1.
311 u8 ba_size; member in struct:txentry_desc::__anon916::__anon918
H A Drt2x00queue.c353 txdesc->u.ht.ba_size = 7; /* FIXME: What value is needed? */
H A Drt2800lib.c831 rt2x00_set_field32(&word, TXWI_W1_BW_WIN_SIZE, txdesc->u.ht.ba_size);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmt7603.h211 int ba_size);
H A Dmain.c595 u8 ba_size = params->buf_size; local
617 mt7603_mac_tx_ba_reset(dev, msta->wcid.idx, tid, ba_size);
H A Dmac.c380 int ba_size)
389 if (ba_size < 0) {
396 if (ba_size >= MT_AGG_SIZE_LIMIT(i))
379 mt7603_mac_tx_ba_reset(struct mt7603_dev *dev, int wcid, int tid, int ba_size) argument

Completed in 166 milliseconds