/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 877 int num_msdus; in htt_t2h_msg_handler() local 883 num_msdus = HTT_TX_COMPL_IND_NUM_GET(*msg_word); in htt_t2h_msg_handler() 889 if ((num_msdus * HTT_TX_COMPL_BYTES_PER_MSDU_ID + in htt_t2h_msg_handler() 894 num_msdus, in htt_t2h_msg_handler() 899 if (num_msdus & 0x1) { in htt_t2h_msg_handler() 911 if (compl->payload[num_msdus] != in htt_t2h_msg_handler() 913 compl->payload[num_msdus - 1] = in htt_t2h_msg_handler() 914 compl->payload[num_msdus]; in htt_t2h_msg_handler() 922 if (((old_credit + num_msdus) > MAX_TARGET_TX_CREDIT) || in htt_t2h_msg_handler() 923 ((old_credit + num_msdus) < -MAX_TARGET_TX_CREDIT)) { in htt_t2h_msg_handler() [all …]
|
H A D | htt_tx.c | 846 htt_tx_send_batch(htt_pdev_handle pdev, qdf_nbuf_t head_msdu, int num_msdus) in htt_tx_send_batch() argument 994 htt_tx_send_batch(htt_pdev_handle pdev, qdf_nbuf_t head_msdu, int num_msdus) in htt_tx_send_batch() argument 1007 while (num_msdus--) { in htt_tx_send_batch() 1015 num_msdus)) { in htt_tx_send_batch()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_send.c | 226 qdf_nbuf_t head_msdu, int num_msdus) in ol_tx_send_batch() argument 232 rejected = htt_tx_send_batch(pdev->htt_pdev, head_msdu, num_msdus); in ol_tx_send_batch() 391 uint16_t *desc_ids, int num_msdus); 397 uint16_t *desc_ids, int num_msdus) in ol_tx_delay_compute() argument 762 int num_msdus) in ol_tx_get_txtstamps() argument 771 if (num_msdus <= 0) in ol_tx_get_txtstamps() 777 offset_dwords = ((num_msdus + 1) >> 1); in ol_tx_get_txtstamps() 808 int num_msdus) in ol_tx_get_txtstamp64s() argument 816 if (num_msdus <= 0) in ol_tx_get_txtstamp64s() 826 offset_dwords = ((num_msdus + 1) >> 1); in ol_tx_get_txtstamp64s() [all …]
|
H A D | ol_tx_send.h | 69 qdf_nbuf_t msdu_list, int num_msdus);
|
H A D | ol_tx_sched.c | 1364 int num_msdus = 0; in ol_tx_sched_dispatch() local 1421 ol_tx_send_batch(pdev, head_msdu, num_msdus); in ol_tx_sched_dispatch() 1425 num_msdus = 0; in ol_tx_sched_dispatch() 1434 num_msdus++; in ol_tx_sched_dispatch() 1441 ol_tx_send_batch(pdev, head_msdu, num_msdus); in ol_tx_sched_dispatch()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
H A D | dp_rh_htt.c | 290 uint32_t num_msdus; in dp_htt_t2h_msg_handler_fast() local 292 num_msdus = HTT_SOFT_UMAC_TX_COMP_IND_MSDU_COUNT_GET(*msg_word); in dp_htt_t2h_msg_handler_fast() 294 if ((num_msdus * HTT_TX_MSDU_INFO_SIZE + in dp_htt_t2h_msg_handler_fast() 296 dp_htt_err("Invalid msdu count in tx compl indication %d", num_msdus); in dp_htt_t2h_msg_handler_fast()
|
H A D | dp_rh_tx.c | 704 uint32_t num_msdus; in dp_tx_compl_handler_rh() local 713 num_msdus = HTT_SOFT_UMAC_TX_COMP_IND_MSDU_COUNT_GET(*msg_word); in dp_tx_compl_handler_rh() 716 for (i = 0; i < num_msdus; i++) { in dp_tx_compl_handler_rh() 792 DP_STATS_INC(soc, tx.tx_comp[ring_id], num_msdus); in dp_tx_compl_handler_rh()
|
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/inc/ |
H A D | wlan_pkt_capture_ucfg_api.h | 246 int num_msdus); 403 int num_msdus) in ucfg_pkt_capture_tx_get_txcomplete_data_hdr() argument
|
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/src/ |
H A D | wlan_pkt_capture_ucfg_api.c | 231 int num_msdus) in ucfg_pkt_capture_tx_get_txcomplete_data_hdr() argument 233 return pkt_capture_tx_get_txcomplete_data_hdr(msg_word, num_msdus); in ucfg_pkt_capture_tx_get_txcomplete_data_hdr()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_txrx_htt_api.h | 167 int num_msdus, 694 int num_msdus, void *tx_desc_id_iterator);
|
H A D | ol_htt_tx_api.h | 450 qdf_nbuf_t head_msdu, int num_msdus);
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_rx_err.c | 1050 uint16_t num_msdus; in dp_rx_reo_err_entry_process() local 1075 &num_msdus); in dp_rx_reo_err_entry_process() 1076 for (i = 0; i < num_msdus; i++) { in dp_rx_reo_err_entry_process() 2049 uint16_t num_msdus; in dp_rx_err_process() local 2152 &num_msdus); in dp_rx_err_process() 2153 if (!num_msdus || in dp_rx_err_process() 2156 num_msdus, msdu_list.sw_cookie[0]); in dp_rx_err_process() 2214 if (qdf_unlikely(num_msdus > 1)) { in dp_rx_err_process() 2953 uint16_t num_msdus; in dp_rx_err_mpdu_pop() local 2993 &msdu_list, &num_msdus); in dp_rx_err_mpdu_pop() [all …]
|
H A D | dp_tx.c | 5609 sojourn_stats->num_msdus[tid] = 1; 5617 sojourn_stats->num_msdus[tid] = 0;
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/ |
H A D | dp_rx_mon_dest_1.0.c | 179 uint16_t num_msdus; in dp_rx_mon_mpdu_pop() local 250 &msdu_list, &num_msdus); in dp_rx_mon_mpdu_pop() 252 for (i = 0; i < num_msdus; i++) { in dp_rx_mon_mpdu_pop() 311 soc, i, *ppdu_id, num_msdus); in dp_rx_mon_mpdu_pop() 499 uint16_t num_msdus; in dp_rx_mon_drop_one_mpdu() local 520 &msdu_list, &num_msdus); in dp_rx_mon_drop_one_mpdu() 522 for (i = 0; i < num_msdus; i++) { in dp_rx_mon_drop_one_mpdu() 1045 uint16_t num_msdus; in dp_mon_dest_srng_drop_for_mac() local 1096 &msdu_list, &num_msdus); in dp_mon_dest_srng_drop_for_mac() 1098 for (i = 0; i < num_msdus; i++) { in dp_mon_dest_srng_drop_for_mac()
|
/wlan-driver/fw-api/fw/ |
H A D | ol_fw_tx_dbg.h | 115 A_UINT8 num_msdus; member
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/ |
H A D | wlan_pkt_capture_data_txrx.h | 221 int num_msdus);
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
H A D | wlan_pkt_capture_data_txrx.c | 1535 int num_msdus) in pkt_capture_tx_get_txcomplete_data_hdr() argument 1547 if (num_msdus <= 0 || !has_tx_compl_payload) in pkt_capture_tx_get_txcomplete_data_hdr() 1550 offset_dwords = 1 + ((num_msdus + 1) >> 1); in pkt_capture_tx_get_txcomplete_data_hdr() 1571 offset_dwords += width_for_each_tsf * num_msdus; in pkt_capture_tx_get_txcomplete_data_hdr() 1576 offset_dwords += ((num_msdus + 1) >> 1); in pkt_capture_tx_get_txcomplete_data_hdr() 1580 offset_dwords += (num_msdus << 1); in pkt_capture_tx_get_txcomplete_data_hdr()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_generic_api.c | 474 uint16_t *num_msdus) in hal_rx_msdu_list_get_li() argument 530 *num_msdus = i; in hal_rx_msdu_list_get_li()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_rx.h | 1380 uint16_t *num_msdus) in hal_rx_msdu_list_get() argument 1437 *num_msdus = i; in hal_rx_msdu_list_get()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_cmn_struct.h | 2040 uint32_t num_msdus[CDP_DATA_TID_MAX]; member
|