Home
last modified time | relevance | path

Searched refs:wmm_drop (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h1031 s32 wmm_drop; member
H A Dwmi.c6313 dst->wmm_drop = src->wmm_drop; in ath11k_wmi_pull_pdev_stats_tx()
6704 "MSDUs dropped", pdev->wmm_drop); in ath11k_wmi_fw_pdev_tx_stats_fill()
H A Dwmi.h4619 s32 wmm_drop; member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h294 s32 wmm_drop; member
H A Dhtt.h1263 __le32 wmm_drop; member
H A Dwmi.c2889 dst->wmm_drop = __le32_to_cpu(src->wmm_drop); in ath10k_wmi_pull_pdev_stats_tx()
2917 dst->wmm_drop = __le32_to_cpu(src->wmm_drop); in ath10k_wmi_10_4_pull_pdev_stats_tx()
8263 "MSDUs dropped", pdev->wmm_drop); in ath10k_wmi_fw_pdev_tx_stats_fill()
H A Dwmi.h4360 __le32 wmm_drop; member
4430 __le32 wmm_drop; member
H A Ddebug.c1203 data[i++] = pdev_stats->wmm_drop; in ath10k_debug_get_et_stats()