Home
last modified time | relevance | path

Searched refs:drop_count (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c892 uint8_t drop_count; in pkt_capture_rx_data_cb() local
990 drop_count = pkt_capture_drop_nbuf_list(buf_list); in pkt_capture_rx_data_cb()
1020 uint8_t drop_count; in pkt_capture_rx_data_cb() local
1096 drop_count = pkt_capture_drop_nbuf_list(buf_list); in pkt_capture_rx_data_cb()
1128 uint8_t drop_count; in pkt_capture_tx_data_cb() local
1277 drop_count = pkt_capture_drop_nbuf_list(nbuf_list); in pkt_capture_tx_data_cb()
1325 uint8_t drop_count; in pkt_capture_tx_data_cb() local
1472 drop_count = pkt_capture_drop_nbuf_list(nbuf_list); in pkt_capture_tx_data_cb()
1484 uint8_t drop_count; in pkt_capture_datapkt_process() local
1530 drop_count = pkt_capture_drop_nbuf_list(mon_buf_list); in pkt_capture_datapkt_process()
Dwlan_pkt_capture_mgmt_txrx.c81 uint32_t drop_count; in pkt_capture_mgmtpkt_cb() local
117 drop_count = pkt_capture_drop_nbuf_list(nbuf_list); in pkt_capture_mgmtpkt_cb()
118 pkt_capture_debug("Dropped frames %u", drop_count); in pkt_capture_mgmtpkt_cb()
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
Dwlan_logging_sock_svc.c206 unsigned int drop_count; member
309 ++gwlan_logging.drop_count; in wlan_queue_logmsg_for_app()
627 gwlan_logging.drop_count); in pktlog_send_per_pkt_stats_to_user()
702 gwlan_logging.drop_count); in send_filled_buffers_to_user()
728 qdf_err("drop_count = %u", ++gwlan_logging.drop_count); in send_filled_buffers_to_user()
750 if (ret < 0 && (!(gwlan_logging.drop_count % 0x40))) { in send_filled_buffers_to_user()
752 ret, ++gwlan_logging.drop_count); in send_filled_buffers_to_user()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
Dwlan_mgmt_txrx_rx_reo_i.h794 uint64_t drop_count[MAX_MLO_LINKS][MGMT_RX_REO_INGRESS_DROP_REASON_MAX]; member
816 uint64_t drop_count[MAX_MLO_LINKS]; member
Dwlan_mgmt_txrx_rx_reo.c2048 total_drop_count += stats->drop_count[link_id]; in mgmt_rx_reo_debug_print_egress_frame_stats()
2080 stats->drop_count[link_id]); in mgmt_rx_reo_debug_print_egress_frame_stats()
2287 stats->drop_count[link_id]++; in mgmt_rx_reo_log_egress_frame_after_delivery()
4619 stats->drop_count[link_id][reason]; in mgmt_rx_reo_debug_print_ingress_frame_stats()
4628 stats->drop_count[link_id][reason]; in mgmt_rx_reo_debug_print_ingress_frame_stats()
4739 link_id, stats->drop_count[link_id][0], in mgmt_rx_reo_debug_print_ingress_frame_stats()
4740 stats->drop_count[link_id][1], in mgmt_rx_reo_debug_print_ingress_frame_stats()
4741 stats->drop_count[link_id][2], in mgmt_rx_reo_debug_print_ingress_frame_stats()
4742 stats->drop_count[link_id][3], in mgmt_rx_reo_debug_print_ingress_frame_stats()
4743 stats->drop_count[link_id][4], in mgmt_rx_reo_debug_print_ingress_frame_stats()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c4999 uint8_t drop_count = 0; in ol_rx_data_handler() local
5054 drop_count = ol_txrx_drop_nbuf_list(buf_list); in ol_rx_data_handler()
5055 ol_txrx_warn("Dropped frames %u", drop_count); in ol_rx_data_handler()