Searched refs:aggr (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Dtxrx.c157 struct sk_buff *skb, int aggr, int status)
189 if (aggr)
156 mwifiex_write_data_complete(struct mwifiex_adapter *adapter, struct sk_buff *skb, int aggr, int status) argument
H A Dmain.h913 struct sk_buff *skb, int aggr, int status);
/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c237 i->aggr != AGGR_BUF_MIDDLE && i->aggr != AGGR_BUF_LAST) {
267 switch (i->aggr) {
295 if (i->aggr == AGGR_BUF_MIDDLE || i->aggr == AGGR_BUF_LAST)
H A Dhtc_drv_main.c708 struct ath9k_htc_target_aggr aggr; local
716 memset(&aggr, 0, sizeof(struct ath9k_htc_target_aggr));
719 aggr.sta_index = ista->index;
720 aggr.tidno = tid & 0xf;
721 aggr.aggr_enable = (action == IEEE80211_AMPDU_TX_START) ? true : false;
723 WMI_CMD_BUF(WMI_TX_AGGR_ENABLE_CMDID, &aggr);
727 (aggr.aggr_enable) ? "start" : "stop", sta->addr, tid);
731 (aggr.aggr_enable) ? "Starting" : "Stopping",
735 ista->tid_state[tid] = (aggr.aggr_enable && !ret) ? AGGR_START : AGGR_STOP;
H A Dxmit.c1249 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); local
1282 if (aggr && (bf == bf_first) &&
1291 if (!aggr)
1303 if (aggr) {
1305 info.aggr = AGGR_BUF_FIRST;
1307 info.aggr = AGGR_BUF_LAST;
1309 info.aggr = AGGR_BUF_MIDDLE;
1366 bool aggr, last = true; local
1378 aggr = !!(tx_info->flags & IEEE80211_TX_CTL_AMPDU);
1379 if ((aggr
[all...]
H A Dar9003_mac.c120 switch (i->aggr) {
H A Dmac.h689 enum aggr_type aggr; member in struct:ath_tx_info
/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c1127 if (!rxtid->aggr) {
1638 if (!rxtid->aggr || !rxtid->timer_mon)
1643 "aggr timeout (st %d end %d)\n",
1655 if (rxtid->aggr && rxtid->hold_q) {
1687 if (rxtid->aggr)
1690 rxtid->aggr = false;
1735 if (rxtid->aggr)
1749 rxtid->aggr = true;
1769 rxtid->aggr = false;
1788 ath6kl_err("failed to alloc memory for connection specific aggr inf
[all...]
H A Dcore.h324 bool aggr; member in struct:rxtid
337 * Some of the other fields like hold_q_sz, win_sz and aggr are
339 * deleting aggr state all the pending buffers are flushed before
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c865 int aggr, ampdu; local
877 aggr = rt2x00_get_field32(status, TX_STA_FIFO_TX_AGGRE);
895 if (unlikely(aggr == 1 && ampdu == 0 && real_mcs != mcs)) {
900 if (aggr == 1 || ampdu == 1)

Completed in 161 milliseconds