/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx_sched.c | 550 #define OL_TX_SCHED_WRR_ADV_CAT_STAT_INIT(category, scheduler) \ argument 552 scheduler->categories[OL_TX_SCHED_WRR_ADV_CAT_ ## category] \ 554 scheduler->categories[OL_TX_SCHED_WRR_ADV_CAT_ ## category] \ 556 scheduler->categories[OL_TX_SCHED_WRR_ADV_CAT_ ## category] \ 558 scheduler->categories[OL_TX_SCHED_WRR_ADV_CAT_ ## category] \ 559 .stat.cat_name = #category; \ 561 #define OL_TX_SCHED_WRR_ADV_CAT_STAT_INC_QUEUED(category, frms) \ argument 562 category->stat.queued += frms; 563 #define OL_TX_SCHED_WRR_ADV_CAT_STAT_INC_DISCARD(category, frms) \ argument 564 category->stat.discard += frms; [all …]
|
D | ol_tx_send.h | 117 uint16_t *out_packet_loss_count, int category); 132 uint32_t *tx_delay_microsec, int category); 145 uint16_t *report_bin_values, int category);
|
D | ol_tx_send.c | 1527 uint16_t *out_packet_loss_count, int category) in ol_tx_packet_count() argument 1537 *out_packet_count = pdev->packet_count[category]; in ol_tx_packet_count() 1538 *out_packet_loss_count = pdev->packet_loss_count[category]; in ol_tx_packet_count() 1539 pdev->packet_count[category] = 0; in ol_tx_packet_count() 1540 pdev->packet_loss_count[category] = 0; in ol_tx_packet_count() 1563 uint32_t *tx_delay_microsec, int category) in ol_tx_delay() argument 1571 qdf_assert(category >= 0 && category < QCA_TX_DELAY_NUM_CATEGORIES); in ol_tx_delay() 1579 index = 1 - pdev->tx_delay.cats[category].in_progress_idx; in ol_tx_delay() 1581 data = &pdev->tx_delay.cats[category].copies[index]; in ol_tx_delay() 1615 uint16_t *report_bin_values, int category) in ol_tx_delay_hist() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_tx_delay.h | 41 int category) in cdp_tx_delay() argument 51 queue_delay_microsec, tx_delay_microsec, category); in cdp_tx_delay() 66 uint16_t *bin_values, int category) in cdp_tx_delay_hist() argument 76 bin_values, category); in cdp_tx_delay_hist() 93 int category) in cdp_tx_packet_count() argument 103 out_packet_count, out_packet_loss_count, category); in cdp_tx_packet_count()
|
D | cdp_txrx_ops.h | 2369 uint32_t *tx_delay_microsec, int category); 2371 uint16_t *bin_values, int category); 2374 uint16_t *out_packet_loss_count, int category);
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
D | iot_sim_common.c | 91 uint8_t *category, uint8_t *action) in iot_sim_parse_action_frame() argument 103 status = iot_sim_get_index_for_action_frm(hex, category, in iot_sim_parse_action_frame() 119 status = iot_sim_get_index_for_action_frm(ptr, category, in iot_sim_parse_action_frame() 483 uint8_t category, action; in iot_sim_get_index_for_action_frm() local 485 category = ((struct ieee80211_action *)(frm))->ia_category; in iot_sim_get_index_for_action_frm() 488 iot_sim_info("category %x action %x", category, action); in iot_sim_get_index_for_action_frm() 490 switch (category) { in iot_sim_get_index_for_action_frm() 499 *cat_type = category; in iot_sim_get_index_for_action_frm() 571 iot_sim_action_frame_supported_by_fw(uint8_t category, uint8_t action) in iot_sim_action_frame_supported_by_fw() argument 573 switch (category) { in iot_sim_action_frame_supported_by_fw() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_t2lm.c | 481 enum wlan_t2lm_category category) in wlan_mlo_parse_t2lm_request_action_frame() argument 486 t2lm->category = category; in wlan_mlo_parse_t2lm_request_action_frame() 530 enum wlan_t2lm_category category) in wlan_mlo_parse_t2lm_response_action_frame() argument 536 t2lm->category = WLAN_T2LM_CATEGORY_RESPONSE; in wlan_mlo_parse_t2lm_response_action_frame() 577 enum wlan_t2lm_category category) in wlan_mlo_parse_t2lm_action_frame() argument 581 switch (category) { in wlan_mlo_parse_t2lm_action_frame() 585 t2lm, action_frm, frame_len, category); in wlan_mlo_parse_t2lm_action_frame() 591 t2lm, action_frm, frame_len, category); in wlan_mlo_parse_t2lm_action_frame() 611 t2lm_err("Invalid category:%d", category); in wlan_mlo_parse_t2lm_action_frame() 620 enum wlan_t2lm_category category) in wlan_mlo_add_t2lm_request_action_frame() argument [all …]
|
D | wlan_mlo_epcs.c | 181 epcs_action_frm->category, in wlan_mlo_parse_epcs_request_action_frame() 234 epcs_action_frm->category, in wlan_mlo_parse_epcs_response_action_frame() 283 epcs_action_frm->category, in wlan_mlo_parse_epcs_teardown_action_frame() 319 *frm++ = args->category; in wlan_mlo_add_epcs_request_action_frame() 325 args->category, args->action, args->arg1); in wlan_mlo_add_epcs_request_action_frame() 336 *frm++ = args->category; in wlan_mlo_add_epcs_response_action_frame() 345 args->category, args->action, args->arg1, args->arg2); in wlan_mlo_add_epcs_response_action_frame() 364 *frm++ = args->category; in wlan_mlo_add_epcs_action_frame() 368 epcs_err("Invalid category:%d", args->category); in wlan_mlo_add_epcs_action_frame()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_t2lm.h | 299 enum wlan_t2lm_category category; member 610 enum wlan_t2lm_category category); 623 uint8_t *buf, enum wlan_t2lm_category category); 802 enum wlan_t2lm_category category) in wlan_mlo_parse_t2lm_action_frame() argument 810 uint8_t *buf, enum wlan_t2lm_category category) in wlan_mlo_add_t2lm_action_frame() argument
|
D | wlan_mlo_epcs.h | 160 uint8_t category; member
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_trace.c | 3511 QDF_MODULE_ID category, in qdf_trace_msg_cmn() argument 3531 if (category < 0 || category >= MAX_SUPPORTED_CATEGORY) { in qdf_trace_msg_cmn() 3534 __func__, category, str_buffer); in qdf_trace_msg_cmn() 3550 if (print_ctrl_obj[idx].cat_info[category].category_verbose_mask & in qdf_trace_msg_cmn() 3570 g_qdf_category_name[category].category_name_str); in qdf_trace_msg_cmn() 4068 QDF_MODULE_ID category, in qdf_print_set_category_verbose() argument 4085 if (category < 0 || category >= MAX_SUPPORTED_CATEGORY) { in qdf_print_set_category_verbose() 4086 pr_err("%s: Invalid category: %d\n", __func__, category); in qdf_print_set_category_verbose() 4097 print_ctrl_obj[idx].cat_info[category].category_verbose_mask = in qdf_print_set_category_verbose() 4103 print_ctrl_obj[idx].cat_info[category].category_verbose_mask = in qdf_print_set_category_verbose() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_action_frame.c | 1518 tpSirMacMgmtHdr pHdr, uint8_t category) in lim_drop_unprotected_action_frame() argument 1531 category); in lim_drop_unprotected_action_frame() 1754 if (wlan_mgmt_is_rmf_mgmt_action_frame(action_hdr->category) && in lim_process_action_frame() 1756 mac_hdr_11w, action_hdr->category)) in lim_process_action_frame() 1759 switch (action_hdr->category) { in lim_process_action_frame() 1872 action_hdr->category, action_hdr->actionID); in lim_process_action_frame() 2092 action_hdr->category, action_hdr->actionID); in lim_process_action_frame() 2138 (action_hdr->category == ACTION_CATEGORY_FST) ? in lim_process_action_frame() 2191 action_hdr->category, action_hdr->actionID); in lim_process_action_frame() 2266 action_hdr->category); in lim_process_action_frame() [all …]
|
D | lim_send_management_frames.c | 1061 AddTSReq.Category.category = ACTION_CATEGORY_QOS; in lim_send_addts_req_action_frame() 1115 WMMAddTSReq.Category.category = ACTION_CATEGORY_WMM; in lim_send_addts_req_action_frame() 1282 mscs_req_frame.Category.category = ACTION_CATEGORY_RVS; in lim_send_mscs_req_action_frame() 2032 DelTS.Category.category = ACTION_CATEGORY_QOS; in lim_send_delts_req_action_frame() 2049 WMMDelTS.Category.category = ACTION_CATEGORY_WMM; in lim_send_delts_req_action_frame() 3168 uint8_t category, action; in lim_get_addba_rsp_ptr() local 3172 category = ptr[0]; in lim_get_addba_rsp_ptr() 3175 if (category == ACTION_CATEGORY_BACK && in lim_get_addba_rsp_ptr() 4725 frm.Category.category = ACTION_CATEGORY_SPECTRUM_MGMT; in lim_send_meas_report_frame() 4852 frm.Category.category = ACTION_CATEGORY_SPECTRUM_MGMT; [all …]
|
D | lim_process_message_queue.c | 1051 uint8_t action_id, category, token = 0; in lim_is_ignore_btm_frame() local 1105 category = action_hdr->category; in lim_is_ignore_btm_frame() 1106 if (category == ACTION_CATEGORY_WNM && in lim_is_ignore_btm_frame()
|
D | lim_process_tdls.c | 694 tdls_dis_req->Category.category = ACTION_CATEGORY_TDLS; in lim_send_tdls_dis_req_frame() 1673 tdls_dis_rsp->Category.category = ACTION_CATEGORY_PUBLIC; in lim_send_tdls_dis_rsp_frame() 2051 tdls_setup_req->Category.category = ACTION_CATEGORY_TDLS; in lim_send_tdls_link_setup_req_frame() 2370 teardown->Category.category = ACTION_CATEGORY_TDLS; in lim_send_tdls_teardown_frame() 2595 setup_rsp->Category.category = ACTION_CATEGORY_TDLS; in lim_send_tdls_setup_rsp_frame() 2901 setup_cnf->Category.category = ACTION_CATEGORY_TDLS; in lim_send_tdls_link_setup_cnf_frame()
|
D | lim_utils.c | 6519 frm->Category.category = ACTION_CATEGORY_VENDOR_SPECIFIC; in lim_send_action_frm_tb_ppdu_cfg() 12027 stat.act_category = frm->Category.category; in lim_cp_stats_cstats_log_disc_req_evt() 12053 stat.act_category = frm->Category.category; in lim_cp_stats_cstats_log_disc_resp_evt() 12087 stat.act_category = frm->Category.category; in lim_cp_stats_cstats_log_setup_req_evt() 12122 stat.act_category = frm->Category.category; in lim_cp_stats_cstats_log_setup_resp_evt() 12160 stat.act_category = frm->Category.category; in lim_cp_stats_cstats_log_setup_confirm_evt() 12197 stat.act_category = frm->Category.category; in lim_cp_stats_cstats_log_tear_down_evt()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_trace.h | 1742 QDF_MODULE_ID category, 1859 QDF_MODULE_ID category, 1898 QDF_MODULE_ID category); 1910 QDF_MODULE_ID category); 1923 QDF_MODULE_ID category,
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
D | wlan_epcs_api.c | 360 args.category = ACTION_CATEGORY_PROTECTED_EHT; in epcs_handle_rx_req() 519 args.category = ACTION_CATEGORY_PROTECTED_EHT; in epcs_handle_tx_req() 563 args.category = ACTION_CATEGORY_PROTECTED_EHT; in epcs_handle_tx_teardown()
|
D | wlan_t2lm_api.c | 234 args.category = ACTION_CATEGORY_PROTECTED_EHT; in t2lm_handle_tx_req() 564 ongoing_tid_to_link_mapping->category = WLAN_T2LM_CATEGORY_NONE; in wlan_t2lm_clear_ongoing_negotiation() 717 t2lm_neg.category = WLAN_T2LM_CATEGORY_REQUEST; in wlan_populate_link_disable_t2lm_frame()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_mac_prot_def.h | 1240 uint8_t category; member 1245 uint8_t category; member 1251 uint8_t category; member 1260 uint8_t category; member
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/ |
D | wlan_cmn_ieee80211.h | 3061 int8_t category; member 3075 uint8_t category; member
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 322 category, 1; 866 * main device category. The OUI applies only to the interpretation of the
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 6241 pTpcReqFrame->actionHeader.category = req.Category.category; 6281 pMeasReqFrame->actionHeader.category = mr.Category.category;
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_ioctl.c | 771 if (vendor->category == in hdd_sendactionframe()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 214 uint8_t category; member
|