Home
last modified time | relevance | path

Searched refs:num_msdus (Results 1 – 20 of 20) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c877 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 Dhtt_tx.c846 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 Dol_tx_send.c226 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 Dol_tx_send.h69 qdf_nbuf_t msdu_list, int num_msdus);
H A Dol_tx_sched.c1364 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 Ddp_rh_htt.c290 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 Ddp_rh_tx.c704 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 Dwlan_pkt_capture_ucfg_api.h246 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 Dwlan_pkt_capture_ucfg_api.c231 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 Dol_txrx_htt_api.h167 int num_msdus,
694 int num_msdus, void *tx_desc_id_iterator);
H A Dol_htt_tx_api.h450 qdf_nbuf_t head_msdu, int num_msdus);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_err.c1050 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 Ddp_tx.c5609 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 Ddp_rx_mon_dest_1.0.c179 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 Dol_fw_tx_dbg.h115 A_UINT8 num_msdus; member
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_data_txrx.h221 int num_msdus);
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c1535 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 Dhal_li_generic_api.c474 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 Dhal_rx.h1380 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 Dcdp_txrx_cmn_struct.h2040 uint32_t num_msdus[CDP_DATA_TID_MAX]; member