Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1083 u32 pdev_tx_timeout; member
H A Dwmi.c6623 dst->pdev_tx_timeout = src->pdev_tx_timeout; in ath11k_wmi_pull_pdev_stats_tx()
7056 "TX timeout", pdev->pdev_tx_timeout); in ath11k_wmi_fw_pdev_tx_stats_fill()
H A Dwmi.h4669 u32 pdev_tx_timeout; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h313 u32 pdev_tx_timeout; member
H A Dhtt.h1323 __le32 pdev_tx_timeout; member
H A Dwmi.h4401 __le32 pdev_tx_timeout; member
4474 __le32 pdev_tx_timeout; member
H A Dwmi.c2891 dst->pdev_tx_timeout = __le32_to_cpu(src->pdev_tx_timeout); in ath10k_wmi_pull_pdev_stats_tx()
2919 dst->pdev_tx_timeout = __le32_to_cpu(src->pdev_tx_timeout); in ath10k_wmi_10_4_pull_pdev_stats_tx()
8395 "TX timeout", pdev->pdev_tx_timeout); in ath10k_wmi_fw_pdev_tx_stats_fill()
H A Ddebug.c1256 data[i++] = pdev_stats->pdev_tx_timeout; in ath10k_debug_get_et_stats()