Searched defs:agg (Results 1 - 11 of 11) sorted by relevance

/drivers/net/bonding/
H A Dbond_procfs.c177 const struct aggregator *agg local
180 if (agg)
182 agg->aggregator_identifier);
H A Dbond_3ad.c214 static inline int __agg_has_partner(struct aggregator *agg) argument
216 return !is_zero_ether_addr(agg->partner_system.mac_addr_value);
1402 * Decide if "agg" is a better choice for the new active aggregator that
1411 * 1. If the current agg is not individual, and the best is
1414 * 2. If current agg is individual and the best is not, keep best.
1419 * 3a. If current agg partner replied, and best agg partner did not,
1422 * 3b. If current agg partner did not reply and best agg partner
1465 pr_warning("%s: Impossible agg selec
1474 agg_device_up(const struct aggregator *agg) argument
1508 ad_agg_selection_logic(struct aggregator *agg) argument
2424 struct aggregator *agg = SLAVE_AD_INFO(slave).port.aggregator; local
2443 struct aggregator *agg = SLAVE_AD_INFO(slave).port.aggregator; local
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c411 tid_data->agg.state != IWL_AGG_ON) {
413 " Tx flags = 0x%08x, agg.state = %d",
414 info->flags, tid_data->agg.state);
423 if (WARN_ONCE(tid_data->agg.state != IWL_AGG_ON &&
424 tid_data->agg.state != IWL_AGG_OFF,
425 "Tx while agg.state = %d", tid_data->agg.state))
484 switch (priv->tid_data[sta_id][tid].agg.state) {
499 priv->tid_data[sta_id][tid].agg.state);
504 tid_data->agg
826 struct iwl_ht_agg *agg = &priv->tid_data[sta_id][tid].agg; local
1146 struct iwl_ht_agg *agg; local
[all...]
H A Diwl-dev.h247 * @agg: aggregation state machine
252 struct iwl_ht_agg agg; member in struct:iwl_tid_data
H A Diwl-commands.h1399 * frame in this new agg block failed in previous agg block(s).
1437 u8 bt_kill_count; /* # blocked by bluetooth (unused for agg) */
1439 u8 failure_frame; /* # failures due to no ACK (unused for agg) */
1441 /* For non-agg: Rate at which frame was successful.
1442 * For agg: Rate at which all frames were transmitted. */
1445 /* For non-agg: RTS + CTS + frame tx attempts time + ACK.
1446 * For agg: RTS + CTS + aggregation tx time + block-ack time. */
1461 * For non-agg: frame status TX_STATUS_*
1462 * For agg
2633 struct statistics_tx_non_phy_agg agg; member in struct:statistics_tx
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dtx.c402 tid_info = rcu_dereference(sta_info->agg[tid]);
1084 struct sk_buff_head agg; local
1099 __skb_queue_head_init(&agg);
1149 __skb_queue_tail(&agg, skb);
1151 if (skb_queue_len(&agg) >= CARL9170_NUM_TX_AGG_MAX)
1170 if (skb_queue_empty(&agg))
1174 carl9170_set_ampdu_params(ar, skb_peek(&agg));
1177 carl9170_set_immba(ar, skb_peek_tail(&agg));
1180 skb_queue_splice_tail_init(&agg, &ar->tx_pending[queue]);
1326 struct carl9170_sta_tid *agg; local
[all...]
H A Dcarl9170.h143 u16 bsn; /* base of the tx/agg bitmap */
483 struct carl9170_sta_tid __rcu *agg[CARL9170_NUM_TID]; member in struct:carl9170_sta_info
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c1734 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) {
1735 txq_id = il->stations[sta_id].tid[tid].agg.txq_id;
2226 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) {
2240 tid_data->agg.txq_id = txq_id;
2252 tid_data->agg.state = IL_AGG_ON;
2257 tid_data->agg.state = IL_EMPTYING_HW_QUEUE_ADDBA;
2321 txq_id = tid_data->agg.txq_id;
2323 switch (il->stations[sta_id].tid[tid].agg.state) {
2345 il->stations[sta_id].tid[tid].agg.state =
2353 il->stations[sta_id].tid[tid].agg
2482 il4965_tx_status_reply_compressed_ba(struct il_priv *il, struct il_ht_agg *agg, struct il_compressed_ba_resp *ba_resp) argument
2631 il4965_tx_status_reply_tx(struct il_priv *il, struct il_ht_agg *agg, struct il4965_tx_resp *tx_resp, int txq_id, u16 start_idx) argument
2789 struct il_ht_agg *agg = NULL; local
2882 struct il_ht_agg *agg; local
[all...]
H A Dcommands.h1671 * frame in this new agg block failed in previous agg block(s).
1687 u8 bt_kill_count; /* # blocked by bluetooth (unused for agg) */
1689 u8 failure_frame; /* # failures due to no ACK (unused for agg) */
1691 /* For non-agg: Rate at which frame was successful.
1692 * For agg: Rate at which all frames were transmitted. */
1695 /* For non-agg: RTS + CTS + frame tx attempts time + ACK.
1696 * For agg: RTS + CTS + aggregation tx time + block-ack time. */
1704 * For non-agg: frame status TX_STATUS_*
1705 * For agg
2903 struct stats_tx_non_phy_agg agg; member in struct:stats_tx
[all...]
H A Dcommon.h665 struct il_ht_agg agg; member in struct:il_tid_data
/drivers/net/wireless/rtlwifi/
H A Dwifi.h927 struct rtl_ht_agg agg; member in struct:rtl_tid_data

Completed in 313 milliseconds