Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.h306 struct ath10k_htc *htc;
330 struct ath10k_htc { struct
350 int ath10k_htc_wait_target(struct ath10k_htc *htc); argument
351 int ath10k_htc_start(struct ath10k_htc *htc);
352 int ath10k_htc_connect_service(struct ath10k_htc *htc,
355 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
Dhtc.c61 static inline void ath10k_htc_restore_tx_skb(struct ath10k_htc *htc, in ath10k_htc_restore_tx_skb()
124 int ath10k_htc_send(struct ath10k_htc *htc, in ath10k_htc_send()
205 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_tx_completion_handler()
226 ath10k_htc_process_credit_report(struct ath10k_htc *htc, in ath10k_htc_process_credit_report()
260 static int ath10k_htc_process_trailer(struct ath10k_htc *htc, in ath10k_htc_process_trailer()
329 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_rx_completion_handler()
502 static void ath10k_htc_reset_endpoint_states(struct ath10k_htc *htc) in ath10k_htc_reset_endpoint_states()
518 static void ath10k_htc_setup_target_buffer_assignments(struct ath10k_htc *htc) in ath10k_htc_setup_target_buffer_assignments()
534 static u8 ath10k_htc_get_credit_allocation(struct ath10k_htc *htc, in ath10k_htc_get_credit_allocation()
549 int ath10k_htc_wait_target(struct ath10k_htc *htc) in ath10k_htc_wait_target()
[all …]
Dcore.h535 struct ath10k_htc htc;