Home
last modified time | relevance | path

Searched refs:agg (Results 1 – 25 of 81) sorted by relevance

1234

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_qfq.c139 struct qfq_aggregate *agg; /* Parent aggregate. */ member
253 static void qfq_init_agg(struct qfq_sched *q, struct qfq_aggregate *agg, in qfq_init_agg() argument
256 INIT_LIST_HEAD(&agg->active); in qfq_init_agg()
257 hlist_add_head(&agg->nonfull_next, &q->nonfull_aggs); in qfq_init_agg()
259 agg->lmax = lmax; in qfq_init_agg()
260 agg->class_weight = weight; in qfq_init_agg()
266 struct qfq_aggregate *agg; in qfq_find_agg() local
268 hlist_for_each_entry(agg, &q->nonfull_aggs, nonfull_next) in qfq_find_agg()
269 if (agg->lmax == lmax && agg->class_weight == weight) in qfq_find_agg()
270 return agg; in qfq_find_agg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c386 tid_data->agg.state != IWL_AGG_ON) { in iwlagn_tx_skb()
389 info->flags, tid_data->agg.state); in iwlagn_tx_skb()
399 if (WARN_ONCE(tid_data->agg.state != IWL_AGG_ON && in iwlagn_tx_skb()
400 tid_data->agg.state != IWL_AGG_OFF, in iwlagn_tx_skb()
401 "Tx while agg.state = %d\n", tid_data->agg.state)) in iwlagn_tx_skb()
421 txq_id = priv->tid_data[sta_id][tid].agg.txq_id; in iwlagn_tx_skb()
503 txq_id = tid_data->agg.txq_id; in iwlagn_tx_agg_stop()
505 switch (tid_data->agg.state) { in iwlagn_tx_agg_stop()
527 sta_id, tid, tid_data->agg.state); in iwlagn_tx_agg_stop()
532 tid_data->agg.ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwlagn_tx_agg_stop()
[all …]
H A Ddebugfs.c225 tid_data->agg.rate_n_flags, in iwl_dbgfs_stations_read()
226 tid_data->agg.state, in iwl_dbgfs_stations_read()
227 tid_data->agg.txq_id); in iwl_dbgfs_stations_read()
229 if (tid_data->agg.wait_for_ba) in iwl_dbgfs_stations_read()
1215 le32_to_cpu(tx->agg.ba_timeout), in iwl_dbgfs_ucode_tx_stats_read()
1216 accum_tx->agg.ba_timeout, in iwl_dbgfs_ucode_tx_stats_read()
1217 delta_tx->agg.ba_timeout, in iwl_dbgfs_ucode_tx_stats_read()
1218 max_tx->agg.ba_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1221 le32_to_cpu(tx->agg.ba_reschedule_frames), in iwl_dbgfs_ucode_tx_stats_read()
1222 accum_tx->agg.ba_reschedule_frames, in iwl_dbgfs_ucode_tx_stats_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c557 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 …]
H A D4965-mac.c1744 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb()
1745 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb()
2239 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) { in il4965_tx_agg_start()
2253 tid_data->agg.txq_id = txq_id; in il4965_tx_agg_start()
2265 tid_data->agg.state = IL_AGG_ON; in il4965_tx_agg_start()
2270 tid_data->agg.state = IL_EMPTYING_HW_QUEUE_ADDBA; in il4965_tx_agg_start()
2334 txq_id = tid_data->agg.txq_id; in il4965_tx_agg_stop()
2336 switch (il->stations[sta_id].tid[tid].agg.state) { in il4965_tx_agg_stop()
2358 il->stations[sta_id].tid[tid].agg.state = in il4965_tx_agg_stop()
2366 il->stations[sta_id].tid[tid].agg.state = IL_AGG_OFF; in il4965_tx_agg_stop()
[all …]
H A Ddebug.c430 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dtx.c400 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_tx_status_process_ampdu()
1129 struct sk_buff_head agg; in carl9170_tx_ampdu() local
1145 __skb_queue_head_init(&agg); in carl9170_tx_ampdu()
1201 __skb_queue_tail(&agg, skb); in carl9170_tx_ampdu()
1203 if (skb_queue_len(&agg) >= CARL9170_NUM_TX_AGG_MAX) in carl9170_tx_ampdu()
1221 if (skb_queue_empty(&agg)) in carl9170_tx_ampdu()
1225 carl9170_set_ampdu_params(ar, skb_peek(&agg)); in carl9170_tx_ampdu()
1228 carl9170_set_immba(ar, skb_peek_tail(&agg)); in carl9170_tx_ampdu()
1231 skb_queue_splice_tail_init(&agg, &ar->tx_pending[queue]); in carl9170_tx_ampdu()
1399 struct carl9170_sta_tid *agg; in carl9170_tx_ampdu_queue() local
[all …]
H A Dmain.c1321 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) in carl9170_op_sta_add()
1322 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_add()
1345 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) { in carl9170_op_sta_remove()
1348 tid_info = rcu_dereference(sta_info->agg[i]); in carl9170_op_sta_remove()
1349 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_remove()
1436 rcu_assign_pointer(sta_info->agg[tid], tid_info); in carl9170_op_ampdu_action()
1445 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_op_ampdu_action()
1453 RCU_INIT_POINTER(sta_info->agg[tid], NULL); in carl9170_op_ampdu_action()
1462 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_op_ampdu_action()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-prop.h249 ipa_agg_value_set *agg; in ipa_copy_agg_values() local
254 FOR_EACH_VEC_ELT (aggs, i, agg) in ipa_copy_agg_values()
255 aggs_copy.quick_push (agg->copy ()); in ipa_copy_agg_values()
270 ipa_agg_value_set *agg; variable
273 FOR_EACH_VEC_ELT (aggs, i, agg)
274 agg->release ();
311 struct ipa_agg_jump_function agg; member
766 ipa_agg_replacement_value *agg = agg_values; in ~ipcp_transformation() local
767 while (agg) in ~ipcp_transformation()
769 ipa_agg_replacement_value *next = agg->next; in ~ipcp_transformation()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-prop.h249 ipa_agg_value_set *agg; in ipa_copy_agg_values() local
254 FOR_EACH_VEC_ELT (aggs, i, agg) in ipa_copy_agg_values()
255 aggs_copy.quick_push (agg->copy ()); in ipa_copy_agg_values()
270 ipa_agg_value_set *agg; variable
273 FOR_EACH_VEC_ELT (aggs, i, agg)
274 agg->release ();
311 struct ipa_agg_jump_function agg; member
766 ipa_agg_replacement_value *agg = agg_values; in ~ipcp_transformation() local
767 while (agg) in ~ipcp_transformation()
769 ipa_agg_replacement_value *next = agg->next; in ~ipcp_transformation()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c1389 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
1559 struct rx_agg *agg; in read_bulk_callback() local
1563 agg = urb->context; in read_bulk_callback()
1564 if (!agg) in read_bulk_callback()
1567 tp = agg->context; in read_bulk_callback()
1592 list_add_tail(&agg->list, &tp->rx_done); in read_bulk_callback()
1612 r8152_submit_rx(tp, agg, GFP_ATOMIC); in read_bulk_callback()
1619 struct tx_agg *agg; in write_bulk_callback() local
1624 agg = urb->context; in write_bulk_callback()
1625 if (!agg) in write_bulk_callback()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_sysfs_slave.c68 const struct aggregator *agg; in ad_aggregator_id_show() local
71 agg = SLAVE_AD_INFO(slave)->port.aggregator; in ad_aggregator_id_show()
72 if (agg) in ad_aggregator_id_show()
74 agg->aggregator_identifier); in ad_aggregator_id_show()
H A Dbond_3ad.c144 struct aggregator *agg; in __get_first_agg() local
152 agg = first_slave ? &(SLAVE_AD_INFO(first_slave)->aggregator) : NULL; in __get_first_agg()
155 return agg; in __get_first_agg()
165 static inline int __agg_has_partner(struct aggregator *agg) in __agg_has_partner() argument
167 return !is_zero_ether_addr(agg->partner_system.mac_addr_value); in __agg_has_partner()
669 static int __agg_active_ports(struct aggregator *agg) in __agg_active_ports() argument
674 for (port = agg->lag_ports; port; in __agg_active_ports()
1611 static int agg_device_up(const struct aggregator *agg) in agg_device_up() argument
1613 struct port *port = agg->lag_ports; in agg_device_up()
1618 for (port = agg->lag_ports; port; in agg_device_up()
[all …]
H A Dbond_procfs.c195 const struct aggregator *agg = port->aggregator; in bond_info_show_slave() local
197 if (agg) { in bond_info_show_slave()
199 agg->aggregator_identifier); in bond_info_show_slave()
H A Dbond_netlink.c56 const struct aggregator *agg; in bond_fill_slave_info() local
60 agg = SLAVE_AD_INFO(slave)->port.aggregator; in bond_fill_slave_info()
61 if (agg) { in bond_fill_slave_info()
63 agg->aggregator_identifier)) in bond_fill_slave_info()
/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst134 .. 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
/OK3568_Linux_fs/kernel/net/mac80211/
H A DMakefile13 ht.o agg-tx.o agg-rx.o \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/mac_8852b/
H A D_usb_8852b.c413 struct mac_ax_usb_tx_agg_cfg *agg) in usb_tx_agg_cfg_8852b() argument
415 u32 dw1 = ((struct wd_body_usb_8852b *)agg->pkt)->dword1; in usb_tx_agg_cfg_8852b()
417 ((struct wd_body_usb_8852b *)agg->pkt)->dword1 = in usb_tx_agg_cfg_8852b()
418 SET_CLR_WORD(dw1, agg->agg_num, AX_TXD_DMA_TXAGG_NUM); in usb_tx_agg_cfg_8852b()
H A D_usb_8852b.h410 struct mac_ax_usb_tx_agg_cfg *agg);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/mac_8852b/
H A D_usb_8852b.c413 struct mac_ax_usb_tx_agg_cfg *agg) in usb_tx_agg_cfg_8852b() argument
415 u32 dw1 = ((struct wd_body_usb_8852b *)agg->pkt)->dword1; in usb_tx_agg_cfg_8852b()
417 ((struct wd_body_usb_8852b *)agg->pkt)->dword1 = in usb_tx_agg_cfg_8852b()
418 SET_CLR_WORD(dw1, agg->agg_num, AX_TXD_DMA_TXAGG_NUM); in usb_tx_agg_cfg_8852b()
H A D_usb_8852b.h410 struct mac_ax_usb_tx_agg_cfg *agg);
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c201 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A DMakefile10 tx.o agg-rx.o mcu.o
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dmad.c4270 struct opa_aggregate *agg; in subn_get_opa_aggregate() local
4275 agg = (struct opa_aggregate *)next_smp; in subn_get_opa_aggregate()
4276 agg_data_len = (be16_to_cpu(agg->err_reqlength) & 0x007f) * 8; in subn_get_opa_aggregate()
4277 agg_size = sizeof(*agg) + agg_data_len; in subn_get_opa_aggregate()
4278 am = be32_to_cpu(agg->attr_mod); in subn_get_opa_aggregate()
4288 memset(next_smp + sizeof(*agg), 0, agg_data_len); in subn_get_opa_aggregate()
4290 (void)subn_get_opa_sma(agg->attr_id, smp, am, agg->data, in subn_get_opa_aggregate()
4296 set_aggr_error(agg); in subn_get_opa_aggregate()
4319 struct opa_aggregate *agg; in subn_set_opa_aggregate() local
4324 agg = (struct opa_aggregate *)next_smp; in subn_set_opa_aggregate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h278 struct mvm_statistics_tx_non_phy_agg agg; member
284 struct mvm_statistics_tx_non_phy_agg agg; member

1234