/linux-6.12.1/net/sched/ |
D | sch_qfq.c | 138 struct qfq_aggregate *agg; /* Parent aggregate. */ member 257 static void qfq_init_agg(struct qfq_sched *q, struct qfq_aggregate *agg, in qfq_init_agg() argument 260 INIT_LIST_HEAD(&agg->active); in qfq_init_agg() 261 hlist_add_head(&agg->nonfull_next, &q->nonfull_aggs); in qfq_init_agg() 263 agg->lmax = lmax; in qfq_init_agg() 264 agg->class_weight = weight; in qfq_init_agg() 270 struct qfq_aggregate *agg; in qfq_find_agg() local 272 hlist_for_each_entry(agg, &q->nonfull_aggs, nonfull_next) in qfq_find_agg() 273 if (agg->lmax == lmax && agg->class_weight == weight) in qfq_find_agg() 274 return agg; in qfq_find_agg() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | tx.c | 382 tid_data->agg.state != IWL_AGG_ON) { in iwlagn_tx_skb() 385 info->flags, tid_data->agg.state); in iwlagn_tx_skb() 395 if (WARN_ONCE(tid_data->agg.state != IWL_AGG_ON && in iwlagn_tx_skb() 396 tid_data->agg.state != IWL_AGG_OFF, in iwlagn_tx_skb() 397 "Tx while agg.state = %d\n", tid_data->agg.state)) in iwlagn_tx_skb() 417 txq_id = priv->tid_data[sta_id][tid].agg.txq_id; in iwlagn_tx_skb() 499 txq_id = tid_data->agg.txq_id; in iwlagn_tx_agg_stop() 501 switch (tid_data->agg.state) { in iwlagn_tx_agg_stop() 523 sta_id, tid, tid_data->agg.state); in iwlagn_tx_agg_stop() 528 tid_data->agg.ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwlagn_tx_agg_stop() [all …]
|
D | debugfs.c | 221 tid_data->agg.rate_n_flags, in iwl_dbgfs_stations_read() 222 tid_data->agg.state, in iwl_dbgfs_stations_read() 223 tid_data->agg.txq_id); in iwl_dbgfs_stations_read() 225 if (tid_data->agg.wait_for_ba) in iwl_dbgfs_stations_read() 1211 le32_to_cpu(tx->agg.ba_timeout), in iwl_dbgfs_ucode_tx_stats_read() 1212 accum_tx->agg.ba_timeout, in iwl_dbgfs_ucode_tx_stats_read() 1213 delta_tx->agg.ba_timeout, in iwl_dbgfs_ucode_tx_stats_read() 1214 max_tx->agg.ba_timeout); in iwl_dbgfs_ucode_tx_stats_read() 1217 le32_to_cpu(tx->agg.ba_reschedule_frames), in iwl_dbgfs_ucode_tx_stats_read() 1218 accum_tx->agg.ba_reschedule_frames, in iwl_dbgfs_ucode_tx_stats_read() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 557 le32_to_cpu(tx->agg.ba_timeout), accum_tx->agg.ba_timeout, in il4965_ucode_tx_stats_read() 558 delta_tx->agg.ba_timeout, max_tx->agg.ba_timeout); in il4965_ucode_tx_stats_read() 562 le32_to_cpu(tx->agg.ba_reschedule_frames), in il4965_ucode_tx_stats_read() 563 accum_tx->agg.ba_reschedule_frames, in il4965_ucode_tx_stats_read() 564 delta_tx->agg.ba_reschedule_frames, in il4965_ucode_tx_stats_read() 565 max_tx->agg.ba_reschedule_frames); in il4965_ucode_tx_stats_read() 569 le32_to_cpu(tx->agg.scd_query_agg_frame_cnt), in il4965_ucode_tx_stats_read() 570 accum_tx->agg.scd_query_agg_frame_cnt, in il4965_ucode_tx_stats_read() 571 delta_tx->agg.scd_query_agg_frame_cnt, in il4965_ucode_tx_stats_read() 572 max_tx->agg.scd_query_agg_frame_cnt); in il4965_ucode_tx_stats_read() [all …]
|
D | 4965-mac.c | 1745 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb() 1746 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb() 2238 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) { in il4965_tx_agg_start() 2252 tid_data->agg.txq_id = txq_id; in il4965_tx_agg_start() 2264 tid_data->agg.state = IL_AGG_ON; in il4965_tx_agg_start() 2269 tid_data->agg.state = IL_EMPTYING_HW_QUEUE_ADDBA; in il4965_tx_agg_start() 2333 txq_id = tid_data->agg.txq_id; in il4965_tx_agg_stop() 2335 switch (il->stations[sta_id].tid[tid].agg.state) { in il4965_tx_agg_stop() 2357 il->stations[sta_id].tid[tid].agg.state = in il4965_tx_agg_stop() 2365 il->stations[sta_id].tid[tid].agg.state = IL_AGG_OFF; in il4965_tx_agg_stop() [all …]
|
D | debug.c | 430 station->tid[j].agg.txq_id, in il_dbgfs_stations_read() 431 station->tid[j].agg.frame_count, in il_dbgfs_stations_read() 433 station->tid[j].agg.start_idx, in il_dbgfs_stations_read() 434 station->tid[j].agg.bitmap, in il_dbgfs_stations_read() 435 station->tid[j].agg.rate_n_flags); in il_dbgfs_stations_read() 437 if (station->tid[j].agg.wait_for_ba) in il_dbgfs_stations_read()
|
/linux-6.12.1/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 401 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_tx_status_process_ampdu() 1132 struct sk_buff_head agg; in carl9170_tx_ampdu() local 1148 __skb_queue_head_init(&agg); in carl9170_tx_ampdu() 1204 __skb_queue_tail(&agg, skb); in carl9170_tx_ampdu() 1206 if (skb_queue_len(&agg) >= CARL9170_NUM_TX_AGG_MAX) in carl9170_tx_ampdu() 1224 if (skb_queue_empty(&agg)) in carl9170_tx_ampdu() 1228 carl9170_set_ampdu_params(ar, skb_peek(&agg)); in carl9170_tx_ampdu() 1231 carl9170_set_immba(ar, skb_peek_tail(&agg)); in carl9170_tx_ampdu() 1234 skb_queue_splice_tail_init(&agg, &ar->tx_pending[queue]); in carl9170_tx_ampdu() 1402 struct carl9170_sta_tid *agg; in carl9170_tx_ampdu_queue() local [all …]
|
D | main.c | 1319 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) in carl9170_op_sta_add() 1320 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_add() 1343 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) { in carl9170_op_sta_remove() 1346 tid_info = rcu_dereference(sta_info->agg[i]); in carl9170_op_sta_remove() 1347 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_remove() 1435 rcu_assign_pointer(sta_info->agg[tid], tid_info); in carl9170_op_ampdu_action() 1444 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_op_ampdu_action() 1452 RCU_INIT_POINTER(sta_info->agg[tid], NULL); in carl9170_op_ampdu_action() 1461 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_op_ampdu_action()
|
/linux-6.12.1/drivers/net/bonding/ |
D | bond_sysfs_slave.c | 62 const struct aggregator *agg; in ad_aggregator_id_show() local 65 agg = SLAVE_AD_INFO(slave)->port.aggregator; in ad_aggregator_id_show() 66 if (agg) in ad_aggregator_id_show() 68 agg->aggregator_identifier); in ad_aggregator_id_show()
|
D | bond_3ad.c | 147 struct aggregator *agg; in __get_first_agg() local 155 agg = first_slave ? &(SLAVE_AD_INFO(first_slave)->aggregator) : NULL; in __get_first_agg() 158 return agg; in __get_first_agg() 168 static inline int __agg_has_partner(struct aggregator *agg) in __agg_has_partner() argument 170 return !is_zero_ether_addr(agg->partner_system.mac_addr_value); in __agg_has_partner() 735 static int __agg_active_ports(struct aggregator *agg) in __agg_active_ports() argument 740 for (port = agg->lag_ports; port; in __agg_active_ports() 1741 static int agg_device_up(const struct aggregator *agg) in agg_device_up() argument 1743 struct port *port = agg->lag_ports; in agg_device_up() 1748 for (port = agg->lag_ports; port; in agg_device_up() [all …]
|
D | bond_procfs.c | 216 const struct aggregator *agg = port->aggregator; in bond_info_show_slave() local 218 if (agg) { in bond_info_show_slave() 220 agg->aggregator_identifier); in bond_info_show_slave()
|
D | bond_netlink.c | 62 const struct aggregator *agg; in bond_fill_slave_info() local 66 agg = SLAVE_AD_INFO(slave)->port.aggregator; in bond_fill_slave_info() 67 if (agg) { in bond_fill_slave_info() 69 agg->aggregator_identifier)) in bond_fill_slave_info()
|
/linux-6.12.1/Documentation/driver-api/80211/ |
D | mac80211-advanced.rst | 134 .. kernel-doc:: net/mac80211/agg-tx.c 137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c 142 .. kernel-doc:: net/mac80211/agg-rx.c 145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
|
/linux-6.12.1/net/mac80211/ |
D | Makefile | 13 ht.o agg-tx.o agg-rx.o \
|
D | he.c | 42 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_update_from_he_6ghz_capa() 45 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_update_from_he_6ghz_capa() 49 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_update_from_he_6ghz_capa()
|
D | vht.c | 338 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_vht_cap_ie_to_sta_vht_cap() 341 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_vht_cap_ie_to_sta_vht_cap() 345 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_vht_cap_ie_to_sta_vht_cap()
|
D | ht.c | 244 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_7935; in ieee80211_ht_cap_ie_to_sta_ht_cap() 246 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_3839; in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
D | sta_info.c | 529 link_sta->agg.max_rc_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_BA; in sta_info_add_link() 562 sta->sta.cur = &sta->sta.deflink.agg; in __sta_info_alloc() 2306 sta->sta.cur = &sta->sta.deflink.agg; in __ieee80211_sta_recalc_aggregates() 2323 sta->cur = sta->sta.deflink.agg; in __ieee80211_sta_recalc_aggregates() 2330 link_sta->agg.max_amsdu_len); in __ieee80211_sta_recalc_aggregates() 2333 link_sta->agg.max_rc_amsdu_len); in __ieee80211_sta_recalc_aggregates() 2338 link_sta->agg.max_tid_amsdu_len[i]); in __ieee80211_sta_recalc_aggregates()
|
/linux-6.12.1/drivers/net/usb/ |
D | r8152.c | 1661 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags); 1845 struct rx_agg *agg; in read_bulk_callback() local 1849 agg = urb->context; in read_bulk_callback() 1850 if (!agg) in read_bulk_callback() 1853 tp = agg->context; in read_bulk_callback() 1878 list_add_tail(&agg->list, &tp->rx_done); in read_bulk_callback() 1889 list_add_tail(&agg->list, &tp->rx_done); in read_bulk_callback() 1906 r8152_submit_rx(tp, agg, GFP_ATOMIC); in read_bulk_callback() 1913 struct tx_agg *agg; in write_bulk_callback() local 1918 agg = urb->context; in write_bulk_callback() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs-fw.c | 491 if (link_sta->agg.max_amsdu_len < size) { in iwl_mvm_tlc_update_notif() 503 link_sta->agg.max_rc_amsdu_len = mvmsta->max_amsdu_len; in iwl_mvm_tlc_update_notif() 507 link_sta->agg.max_tid_amsdu_len[i] = in iwl_mvm_tlc_update_notif() 514 link_sta->agg.max_tid_amsdu_len[i] = 1; in iwl_mvm_tlc_update_notif() 658 link_sta->agg.max_amsdu_len = max_amsdu_len; in iwl_mvm_rs_fw_rate_init()
|
D | debugfs.c | 463 mvm_link_sta->orig_amsdu_len = link_sta->agg.max_amsdu_len; in iwl_dbgfs_amsdu_len_write() 464 link_sta->agg.max_amsdu_len = amsdu_len; in iwl_dbgfs_amsdu_len_write() 465 link_sta->agg.max_amsdu_len = amsdu_len; in iwl_dbgfs_amsdu_len_write() 466 for (i = 0; i < ARRAY_SIZE(link_sta->agg.max_tid_amsdu_len); i++) in iwl_dbgfs_amsdu_len_write() 467 link_sta->agg.max_tid_amsdu_len[i] = amsdu_len; in iwl_dbgfs_amsdu_len_write() 469 link_sta->agg.max_amsdu_len = mvm_link_sta->orig_amsdu_len; in iwl_dbgfs_amsdu_len_write() 489 link_sta->agg.max_amsdu_len); in iwl_dbgfs_amsdu_len_read()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 201 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check() 239 sta_entry->tids[tid].agg.agg_state = in rtl_tx_status()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | Makefile | 13 tx.o agg-rx.o mcu.o wed.o
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | mad.c | 4228 struct opa_aggregate *agg; in subn_get_opa_aggregate() local 4233 agg = (struct opa_aggregate *)next_smp; in subn_get_opa_aggregate() 4234 agg_data_len = (be16_to_cpu(agg->err_reqlength) & 0x007f) * 8; in subn_get_opa_aggregate() 4235 agg_size = sizeof(*agg) + agg_data_len; in subn_get_opa_aggregate() 4236 am = be32_to_cpu(agg->attr_mod); in subn_get_opa_aggregate() 4246 memset(next_smp + sizeof(*agg), 0, agg_data_len); in subn_get_opa_aggregate() 4248 (void)subn_get_opa_sma(agg->attr_id, smp, am, agg->data, in subn_get_opa_aggregate() 4254 set_aggr_error(agg); in subn_get_opa_aggregate() 4277 struct opa_aggregate *agg; in subn_set_opa_aggregate() local 4282 agg = (struct opa_aggregate *)next_smp; in subn_set_opa_aggregate() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | stats.h | 224 struct mvm_statistics_tx_non_phy_agg agg; member 230 struct mvm_statistics_tx_non_phy_agg agg; member
|