Searched refs:num_mpdus (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_rx.c | 412 int num_mpdus, in process_reorder() argument 467 TXRX_ASSERT2((num_mpdu_ranges == 1) && num_mpdus == 1); in process_reorder() 596 int i, num_mpdus; in ol_rx_indication_handler() local 605 mpdu_range, &status, &num_mpdus); in ol_rx_indication_handler() 607 TXRX_STATS_ADD(pdev, priv.rx.normal.mpdus, num_mpdus); in ol_rx_indication_handler() 609 for (i = 0; i < num_mpdus; i++) { in ol_rx_indication_handler() 687 num_mpdus, in ol_rx_indication_handler() 697 num_mpdus); in ol_rx_indication_handler() 698 TXRX_STATS_ADD(pdev, priv.rx.err.mpdu_bad, num_mpdus); in ol_rx_indication_handler() 699 for (i = 0; i < num_mpdus; i++) { in ol_rx_indication_handler()
|
H A D | ol_rx_reorder.c | 573 rx_reorder->num_mpdus = 0; in ol_rx_addba_handler() 857 uint16_t reorder_idx, uint16_t seq_num, int num_mpdus) in ol_rx_reorder_trace_add() argument 864 pdev->rx_reorder_trace.data[idx].num_mpdus = num_mpdus; in ol_rx_reorder_trace_add() 924 pdev->rx_reorder_trace.data[i].num_mpdus); in ol_rx_reorder_trace_display()
|
H A D | ol_rx_reorder_timeout.c | 106 if (peer->tids_rx_reorder[tid].num_mpdus == 0) in ol_rx_reorder_timeout_update()
|
H A D | ol_txrx_internal.h | 315 uint16_t seq_num, int num_mpdus); 325 #define OL_RX_REORDER_TRACE_ADD(pdev, tid, reorder_idx, seq_num, num_mpdus) argument
|
H A D | ol_txrx_types.h | 902 uint8_t num_mpdus; member 1384 uint8_t num_mpdus; member
|
/wlan-driver/fw-api/fw/ |
H A D | ol_fw_tx_dbg.h | 119 A_UINT8 num_mpdus; member
|
H A D | wlan_defs.h | 604 A_UINT8 num_mpdus[NUM_DYN_BW * NUM_SCHED_ENTRIES]; member 631 A_UINT8 num_mpdus[NUM_DYN_BW * NUM_SCHED_ENTRIES]; member
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_fw_stats.c | 887 uint8_t num_mpdus; in htt_t2h_tx_ppdu_log_print() local 927 num_mpdus = in htt_t2h_tx_ppdu_log_print() 963 num_mpdus, in htt_t2h_tx_ppdu_log_print()
|