Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.h260 struct ath11k_htc *htc;
280 struct ath11k_htc { struct
300 int ath11k_htc_wait_target(struct ath11k_htc *htc); argument
301 int ath11k_htc_start(struct ath11k_htc *htc);
302 int ath11k_htc_connect_service(struct ath11k_htc *htc,
305 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
H A Dhtc.c73 int ath11k_htc_send(struct ath11k_htc *htc, in ath11k_htc_send()
150 ath11k_htc_process_credit_report(struct ath11k_htc *htc, in ath11k_htc_process_credit_report()
184 static int ath11k_htc_process_trailer(struct ath11k_htc *htc, in ath11k_htc_process_trailer()
257 struct ath11k_htc *htc = &ab->htc; in ath11k_htc_tx_completion_handler()
288 struct ath11k_htc *htc = &ab->htc; in ath11k_htc_rx_completion_handler()
465 static void ath11k_htc_reset_endpoint_states(struct ath11k_htc *htc) in ath11k_htc_reset_endpoint_states()
481 static u8 ath11k_htc_get_credit_allocation(struct ath11k_htc *htc, in ath11k_htc_get_credit_allocation()
496 static int ath11k_htc_setup_target_buffer_assignments(struct ath11k_htc *htc) in ath11k_htc_setup_target_buffer_assignments()
523 int ath11k_htc_wait_target(struct ath11k_htc *htc) in ath11k_htc_wait_target()
595 int ath11k_htc_connect_service(struct ath11k_htc *htc, in ath11k_htc_connect_service()
[all …]
H A Dcore.h877 struct ath11k_htc htc;