/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_rx.c | 232 void ol_rx_update_histogram_stats(uint32_t msdu_count, uint8_t frag_ind, in ol_rx_update_histogram_stats() argument 247 if (msdu_count > 60) { in ol_rx_update_histogram_stats() 249 } else if (msdu_count > 50) { in ol_rx_update_histogram_stats() 251 } else if (msdu_count > 40) { in ol_rx_update_histogram_stats() 253 } else if (msdu_count > 30) { in ol_rx_update_histogram_stats() 255 } else if (msdu_count > 20) { in ol_rx_update_histogram_stats() 257 } else if (msdu_count > 10) { in ol_rx_update_histogram_stats() 259 } else if (msdu_count > 1) { in ol_rx_update_histogram_stats() 261 } else if (msdu_count == 1) { in ol_rx_update_histogram_stats() 266 TXRX_STATS_ADD(pdev, pub.rx.msdus_with_frag_ind, msdu_count); in ol_rx_update_histogram_stats() [all …]
|
H A D | ol_rx.h | 105 uint32_t msdu_count, 107 void ol_rx_update_histogram_stats(uint32_t msdu_count,
|
/wlan-driver/fw-api/hw/qcc2072/v1/ |
H A D | rx_mpdu_desc_info.h | 25 uint32_t msdu_count : 8, member 48 msdu_count : 8;
|
H A D | reo_destination_ring_with_pn.h | 28 uint32_t msdu_count : 8, member 46 msdu_count : 8;
|
H A D | rx_flow_search_entry.h | 47 msdu_count : 24; member 74 uint32_t msdu_count : 24,
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | rx_mpdu_desc_info.h | 27 uint32_t msdu_count : 8, // [7:0] member 50 msdu_count : 8; // [7:0]
|
H A D | rx_flow_search_entry.h | 49 msdu_count : 24; // [31:8] member 76 uint32_t msdu_count : 24, // [31:8]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | rx_mpdu_desc_info.h | 36 uint32_t msdu_count : 8, member 59 msdu_count : 8;
|
H A D | rx_flow_search_entry.h | 58 msdu_count : 24; member 85 uint32_t msdu_count : 24,
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | rx_mpdu_desc_info.h | 36 uint32_t msdu_count : 8, member 59 msdu_count : 8;
|
H A D | rx_flow_search_entry.h | 58 msdu_count : 24; member 85 uint32_t msdu_count : 24,
|
/wlan-driver/fw-api/hw/wcn7750/v1/ |
H A D | rx_mpdu_desc_info.h | 25 uint32_t msdu_count : 8, member 48 msdu_count : 8;
|
H A D | reo_destination_ring_with_pn.h | 28 uint32_t msdu_count : 8, member 46 msdu_count : 8;
|
H A D | rx_flow_search_entry.h | 47 msdu_count : 24; member 74 uint32_t msdu_count : 24,
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | rx_mpdu_desc_info.h | 31 uint32_t msdu_count : 8, member 54 msdu_count : 8;
|
H A D | reo_destination_ring_with_pn.h | 34 uint32_t msdu_count : 8, member 52 msdu_count : 8;
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | rx_mpdu_desc_info.h | 25 uint32_t msdu_count : 8, member 48 msdu_count : 8;
|
H A D | reo_destination_ring_with_pn.h | 28 uint32_t msdu_count : 8, member 46 msdu_count : 8;
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | rx_mpdu_desc_info.h | 29 uint32_t msdu_count : 8, member 52 msdu_count : 8;
|
H A D | rx_flow_search_entry.h | 51 msdu_count : 24; member 78 uint32_t msdu_count : 24,
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | rx_mpdu_desc_info.h | 36 uint32_t msdu_count : 8, // [7:0] member 59 msdu_count : 8; // [7:0]
|
H A D | rx_flow_search_entry.h | 58 msdu_count : 24; // [31:8] member 85 uint32_t msdu_count : 24, // [31:8]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | rx_mpdu_desc_info.h | 25 uint32_t msdu_count : 8, member 48 msdu_count : 8;
|
H A D | reo_destination_ring_with_pn.h | 28 uint32_t msdu_count : 8, member 46 msdu_count : 8;
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_monitor_rx.c | 508 uint32_t msdu_count; in htt_rx_mon_amsdu_rx_in_order_pop_ll() local 530 msdu_count = HTT_RX_IN_ORD_PADDR_IND_MSDU_CNT_GET(*(msg_word + 1)); in htt_rx_mon_amsdu_rx_in_order_pop_ll() 531 HTT_RX_CHECK_MSDU_COUNT(msdu_count); in htt_rx_mon_amsdu_rx_in_order_pop_ll() 545 while (msdu_count > 0) { in htt_rx_mon_amsdu_rx_in_order_pop_ll() 546 msdu_count--; in htt_rx_mon_amsdu_rx_in_order_pop_ll() 700 if (msdu_count) { in htt_rx_mon_amsdu_rx_in_order_pop_ll()
|