Home
last modified time | relevance | path

Searched refs:resp_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c1111 const u16 resp_id = 0; in ath10k_htt_tx_fetch_resp() local
1130 cmd->tx_fetch_resp.resp_id = cpu_to_le16(resp_id); in ath10k_htt_tx_fetch_resp()
H A Dhtt_rx.c3506 u32 resp_id; in ath10k_htt_rx_tx_fetch_resp_id_confirm() local
3512 resp_id = le32_to_cpu(resp_ids[i]); in ath10k_htt_rx_tx_fetch_resp_id_confirm()
3515 resp_id); in ath10k_htt_rx_tx_fetch_resp_id_confirm()
H A Dhtt.h1598 __le16 resp_id; member