Home
last modified time | relevance | path

Searched refs:htc_ready_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c92 struct htc_ready_msg *htc_ready_msg = (struct htc_ready_msg *) buf; in htc_process_target_rdy() local
94 target->credit_size = be16_to_cpu(htc_ready_msg->credit_size); in htc_process_target_rdy()
461 if (unlikely(len < sizeof(struct htc_ready_msg))) in ath9k_htc_rx_msg()
H A Dhtc_hst.h66 struct htc_ready_msg { struct
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h175 struct htc_ready_msg { struct
185 struct htc_ready_msg ver2_0_info; argument
H A Dhtc_mbox.c2672 (packet->act_len < sizeof(struct htc_ready_msg))) { in ath6kl_htc_mbox_wait_target()