Home
last modified time | relevance | path

Searched refs:msdu_count (Results 1 – 25 of 77) sorted by relevance

1234

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c232 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 Dol_rx.h105 uint32_t msdu_count,
107 void ol_rx_update_histogram_stats(uint32_t msdu_count,
/wlan-driver/fw-api/hw/qcc2072/v1/
H A Drx_mpdu_desc_info.h25 uint32_t msdu_count : 8, member
48 msdu_count : 8;
H A Dreo_destination_ring_with_pn.h28 uint32_t msdu_count : 8, member
46 msdu_count : 8;
H A Drx_flow_search_entry.h47 msdu_count : 24; member
74 uint32_t msdu_count : 24,
/wlan-driver/fw-api/hw/qcn6432/
H A Drx_mpdu_desc_info.h27 uint32_t msdu_count : 8, // [7:0] member
50 msdu_count : 8; // [7:0]
H A Drx_flow_search_entry.h49 msdu_count : 24; // [31:8] member
76 uint32_t msdu_count : 24, // [31:8]
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Drx_mpdu_desc_info.h36 uint32_t msdu_count : 8, member
59 msdu_count : 8;
H A Drx_flow_search_entry.h58 msdu_count : 24; member
85 uint32_t msdu_count : 24,
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Drx_mpdu_desc_info.h36 uint32_t msdu_count : 8, member
59 msdu_count : 8;
H A Drx_flow_search_entry.h58 msdu_count : 24; member
85 uint32_t msdu_count : 24,
/wlan-driver/fw-api/hw/wcn7750/v1/
H A Drx_mpdu_desc_info.h25 uint32_t msdu_count : 8, member
48 msdu_count : 8;
H A Dreo_destination_ring_with_pn.h28 uint32_t msdu_count : 8, member
46 msdu_count : 8;
H A Drx_flow_search_entry.h47 msdu_count : 24; member
74 uint32_t msdu_count : 24,
/wlan-driver/fw-api/hw/kiwi/v2/
H A Drx_mpdu_desc_info.h31 uint32_t msdu_count : 8, member
54 msdu_count : 8;
H A Dreo_destination_ring_with_pn.h34 uint32_t msdu_count : 8, member
52 msdu_count : 8;
/wlan-driver/fw-api/hw/peach/v1/
H A Drx_mpdu_desc_info.h25 uint32_t msdu_count : 8, member
48 msdu_count : 8;
H A Dreo_destination_ring_with_pn.h28 uint32_t msdu_count : 8, member
46 msdu_count : 8;
/wlan-driver/fw-api/hw/qca5424/
H A Drx_mpdu_desc_info.h29 uint32_t msdu_count : 8, member
52 msdu_count : 8;
H A Drx_flow_search_entry.h51 msdu_count : 24; member
78 uint32_t msdu_count : 24,
/wlan-driver/fw-api/hw/qca5332/
H A Drx_mpdu_desc_info.h36 uint32_t msdu_count : 8, // [7:0] member
59 msdu_count : 8; // [7:0]
H A Drx_flow_search_entry.h58 msdu_count : 24; // [31:8] member
85 uint32_t msdu_count : 24, // [31:8]
/wlan-driver/fw-api/hw/peach/v2/
H A Drx_mpdu_desc_info.h25 uint32_t msdu_count : 8, member
48 msdu_count : 8;
H A Dreo_destination_ring_with_pn.h28 uint32_t msdu_count : 8, member
46 msdu_count : 8;
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c508 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()

1234