Searched refs:ath10k_htc (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | htc.h | 348 struct ath10k_htc *htc; 373 struct ath10k_htc { struct 394 int ath10k_htc_wait_target(struct ath10k_htc *htc); argument 396 int ath10k_htc_start(struct ath10k_htc *htc); 397 int ath10k_htc_connect_service(struct ath10k_htc *htc, 400 void ath10k_htc_change_tx_credit_flow(struct ath10k_htc *htc, 403 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid, 407 int ath10k_htc_send_hl(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid, 414 int ath10k_htc_process_trailer(struct ath10k_htc *htc,
|
D | htc.c | 41 static inline void ath10k_htc_restore_tx_skb(struct ath10k_htc *htc, in ath10k_htc_restore_tx_skb() 110 struct ath10k_htc *htc = ep->htc; in ath10k_htc_consume_credit() 143 struct ath10k_htc *htc = ep->htc; in ath10k_htc_release_credit() 163 int ath10k_htc_send(struct ath10k_htc *htc, in ath10k_htc_send() 227 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_tx_completion_handler() 247 ath10k_htc_process_credit_report(struct ath10k_htc *htc, in ath10k_htc_process_credit_report() 282 ath10k_htc_process_lookahead(struct ath10k_htc *htc, in ath10k_htc_process_lookahead() 314 ath10k_htc_process_lookahead_bundle(struct ath10k_htc *htc, in ath10k_htc_process_lookahead_bundle() 345 int ath10k_htc_process_trailer(struct ath10k_htc *htc, in ath10k_htc_process_trailer() 440 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_rx_completion_handler() [all …]
|
D | sdio.c | 385 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_mbox_rx_process_packet() 423 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_mbox_rx_process_packets() 2034 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_hif_map_service_to_pipe()
|
D | core.h | 1072 struct ath10k_htc htc;
|
D | usb.c | 294 struct ath10k_htc *htc = &ar->htc; in ath10k_usb_rx_complete()
|
D | htt_rx.c | 4125 struct ath10k_htc *htc = &ar->htc; in ath10k_htt_t2h_msg_handler() 4233 struct ath10k_htc *htc = &ar->htc; in ath10k_htt_t2h_msg_handler()
|