Home
last modified time | relevance | path

Searched refs:dropped_send_fail (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h2367 _tgtobj->tx_i.mcast_en.dropped_send_fail += \
2368 _srcobj->tx_i[idx].mcast_en.dropped_send_fail; \
2520 _tgtobj->tx_i[idx].mcast_en.dropped_send_fail += \
2521 _srcobj->tx_i[idx].mcast_en.dropped_send_fail; \
H A Ddp_main.c7027 vdev_stats->tx_i.mcast_en.dropped_send_fail + in dp_vdev_getstats()
7085 pdev->stats.tx_i.mcast_en.dropped_send_fail + in dp_pdev_getstats()
9400 DP_STATS_INC(vdev, tx_i[xmit_type].mcast_en.dropped_send_fail, in dp_txrx_update_vdev_me_stats()
9401 host_stats->mcast_en.dropped_send_fail); in dp_txrx_update_vdev_me_stats()
H A Ddp_stats.c8106 pdev->stats.tx_i.mcast_en.dropped_send_fail); in dp_print_pdev_tx_stats()
9474 tx_i, mcast_en.dropped_send_fail, idx); in dp_update_pdev_ingress_stats()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_stats_struct.h1984 uint32_t dropped_send_fail; member