Home
last modified time | relevance | path

Searched refs:exception_fw (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c471 msdu_info->exception_fw) { in dp_tx_prepare_htt_metadata()
820 if (msdu_info->exception_fw && in dp_tx_prepare_ext_desc()
1001 e_msdu_info.exception_fw = 1; in dp_tx_send_traffic_end_indication_pkt()
1263 if (qdf_unlikely((msdu_info->exception_fw)) || in dp_tx_prepare_desc_single()
1374 if (qdf_unlikely(msdu_info->exception_fw) || in dp_tx_prepare_desc()
3056 if (msdu_info->exception_fw) in dp_tx_send_msdu_single()
3349 if (msdu_info->exception_fw) { in dp_tx_send_msdu_multiple()
3607 msdu_info->exception_fw = 1; in dp_tx_add_tx_sniffer_meta_data()
3634 msdu_info->exception_fw = 0; in dp_tx_extract_mesh_meta_data()
3638 msdu_info->exception_fw = 1; in dp_tx_extract_mesh_meta_data()
[all …]
Ddp_tx.h225 uint8_t exception_fw; member
Ddp_internal.h2417 _tgtobj->tx_i.mesh.exception_fw += \
2418 _srcobj->tx_i[idx].mesh.exception_fw; \
2570 _tgtobj->tx_i[idx].mesh.exception_fw += \
2571 _srcobj->tx_i[idx].mesh.exception_fw; \
Ddp_stats.c8160 pdev->stats.tx_i.mesh.exception_fw); in dp_print_pdev_tx_stats()
9503 DP_STATS_AGGR_IDX(tgtobj, srcobj, tx_i, mesh.exception_fw, idx); in dp_update_pdev_ingress_stats()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h2014 uint32_t exception_fw; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c666 msdu_info.exception_fw = 1; in dp_tx_mlo_mcast_multipass_send()