Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.h1535 u32 cookie_msb; member
H A Ddp_tx.c1181 cmd->cookie_msb = upper_32_bits(cookie); in ath11k_dp_tx_htt_h2t_ext_stats_req()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp.h1735 __le32 cookie_msb; member
H A Ddp_tx.c1015 cmd->cookie_msb = cpu_to_le32(upper_32_bits(cookie)); in ath12k_dp_tx_htt_h2t_ext_stats_req()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.h321 __le32 cookie_msb; member
H A Dhtt_tx.c662 req->cookie_msb = cpu_to_le32((cookie & 0xffffffff00000000ULL) >> 32); in ath10k_htt_h2t_stats_req()