Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c843 if (dp->htt_tgt_ver_major != HTT_TARGET_VERSION_MAJOR) { in ath12k_dp_tx_htt_h2t_ver_req_msg()
845 dp->htt_tgt_ver_major, HTT_TARGET_VERSION_MAJOR); in ath12k_dp_tx_htt_h2t_ver_req_msg()
H A Ddp.h312 u8 htt_tgt_ver_major; member
H A Ddp_rx.c1697 dp->htt_tgt_ver_major = le32_get_bits(resp->version_msg.version, in ath12k_dp_htt_htc_t2h_msg_handler()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c1034 if (dp->htt_tgt_ver_major != HTT_TARGET_VERSION_MAJOR) { in ath11k_dp_tx_htt_h2t_ver_req_msg()
1036 dp->htt_tgt_ver_major, HTT_TARGET_VERSION_MAJOR); in ath11k_dp_tx_htt_h2t_ver_req_msg()
H A Ddp.h261 u8 htt_tgt_ver_major; member
H A Ddp_rx.c1724 dp->htt_tgt_ver_major = FIELD_GET(HTT_T2H_VERSION_CONF_MAJOR, in ath11k_dp_htt_htc_t2h_msg_handler()