/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
D | iot_sim_common.c | 786 (*f_e)->drop = false; in iot_sim_del_rule() 1025 (*f_e)->drop = true; in iot_sim_add_rule() 1089 uint16_t drop, bool action) in iot_sim_add_rule_for_mac() argument 1142 type, subtype, drop); in iot_sim_add_rule_for_mac() 1145 offset = drop; in iot_sim_add_rule_for_mac() 1482 uint8_t *drop, struct qdf_mac_addr *addr) in iot_sim_parse_user_input_drop() argument 1533 ret = kstrtou8(argv[4], 10, drop); in iot_sim_parse_user_input_drop() 1574 uint8_t action = 0, category = 0, tmp[2], drop = 0; in iot_sim_debug_drop_write() local 1591 &action, &drop, &mac_addr); in iot_sim_debug_drop_write() 1618 clear = drop ? false : true; in iot_sim_debug_drop_write() [all …]
|
D | iot_sim_utils.c | 227 if (!piot_sim_rule->drop && in iot_sim_apply_delay_drop_rule() 231 if (piot_sim_rule->drop && nbuf) { in iot_sim_apply_delay_drop_rule() 428 if (deauth_disassoc && piot_sim_rule->drop) { in iot_sim_frame_update()
|
D | iot_sim_defs_i.h | 135 bool drop; member
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
D | ol_txrx_osif_api.h | 78 bool drop);
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/ |
D | wlan_mgmt_txrx_rx_reo_tgt_api.c | 162 desc.drop = false; in tgt_mgmt_rx_reo_enter_algo_without_buffer() 371 desc.drop = false; in tgt_mgmt_rx_reo_frame_handler()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_sawf.h | 317 uint64_t *pass, uint64_t *drop, in cdp_get_drop_stats() argument 332 arg, pass, drop, drop_ttl, tid, msduq); in cdp_get_drop_stats()
|
D | cdp_txrx_misc.h | 481 uint8_t *peer_mac, bool drop) in cdp_flush_rx_frames() argument 491 peer_mac, drop); in cdp_flush_rx_frames()
|
D | cdp_txrx_ops.h | 1880 void *peer, bool drop); 2512 (*telemetry_get_drop_stats)(void *arg, uint64_t *pass, uint64_t *drop,
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
D | wlan_mgmt_txrx_rx_reo_i.h | 685 bool drop; member 1065 bool drop; member
|
D | wlan_mgmt_txrx_rx_reo.c | 156 desc->drop = true; in handle_snapshot_sanity_failures() 192 desc->drop = true; in handle_out_of_order_pkt_ctr() 282 desc->drop = true; in check_and_handle_invalid_reo_params() 312 desc->drop = true; in handle_snapshot_sanity_failures() 429 desc->drop = true; in check_and_handle_invalid_reo_params() 4920 if (desc->drop) in log_ingress_frame_exit() 4958 cur_frame_debug_info->drop = desc->drop; in log_ingress_frame_exit() 5381 if (desc->drop) in wlan_mgmt_rx_reo_algo_entry()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_data.c | 3140 bool drop = false; in wma_drop_delba() local 3146 return drop; in wma_drop_delba() 3156 drop = true; in wma_drop_delba() 3164 return drop; in wma_drop_delba()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_peer.h | 367 void dp_rx_flush_rx_cached(struct dp_peer *peer, bool drop); 369 static inline void dp_rx_flush_rx_cached(struct dp_peer *peer, bool drop) in dp_rx_flush_rx_cached() argument
|
D | dp_stats.c | 5066 uint8_t i = 0, ring_id = 0, drop = 0, tqm_status_idx = 0, htt_status_idx = 0; in dp_accumulate_tid_stats() local 5099 for (drop = 0; drop < TX_MAX_DROP; drop++) in dp_accumulate_tid_stats() 5100 total_tx->swdrop_cnt[drop] += in dp_accumulate_tid_stats() 5101 per_ring_tx->swdrop_cnt[drop]; in dp_accumulate_tid_stats() 5111 for (drop = 0; drop < RX_MAX_DROP; drop++) in dp_accumulate_tid_stats() 5112 total_rx->fail_cnt[drop] += in dp_accumulate_tid_stats() 5113 per_ring_rx->fail_cnt[drop]; in dp_accumulate_tid_stats()
|
D | dp_rx.c | 2095 void dp_rx_flush_rx_cached(struct dp_peer *peer, bool drop) in dp_rx_flush_rx_cached() argument 2125 drop = true; in dp_rx_flush_rx_cached() 2138 if (drop) { in dp_rx_flush_rx_cached()
|
D | dp_rx_err.c | 131 goto drop; in dp_rx_mcast_echo_check() 148 drop: in dp_rx_mcast_echo_check()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_txrx.c | 2310 bool drop) in ol_txrx_flush_rx_frames() argument 2329 drop = true; in ol_txrx_flush_rx_frames() 2340 if (drop) { in ol_txrx_flush_rx_frames() 5843 bool drop) in ol_txrx_wrapper_flush_rx_frames() argument 5862 ol_txrx_flush_rx_frames(peer, drop); in ol_txrx_wrapper_flush_rx_frames()
|
/wlan-driver/qcacld-3.0/configs/ |
D | wear_defconfig | 326 # disabled platform, avoid frame drop in driver
|
D | default_defconfig | 612 # disabled platform, avoid frame drop in driver
|