Home
last modified time | relevance | path

Searched defs:htc_target (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dhtc_hst.h116 struct htc_target { struct
117 void *hif_dev;
118 struct ath9k_htc_priv *drv_priv;
119 struct device *dev;
120 struct ath9k_htc_hif *hif;
121 struct htc_endpoint endpoint[ENDPOINT_MAX];
122 struct completion target_wait;
123 struct completion cmd_wait;
124 struct list_head list;
125 enum htc_endpoint_id conn_rsp_epid;
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath6kl/
Dhtc.h577 struct htc_target { struct
578 struct htc_endpoint endpoint[ENDPOINT_MAX];
581 struct list_head cred_dist_list;
583 struct list_head free_ctrl_txbuf;
584 struct list_head free_ctrl_rxbuf;
585 struct ath6kl_htc_credit_info *credit_info;
586 int tgt_creds;
587 unsigned int tgt_cred_sz;
590 spinlock_t htc_lock;
593 spinlock_t rx_lock;
[all …]
Dhtc_mbox.c146 static int ath6kl_htc_mbox_credit_setup(struct htc_target *htc_target, in ath6kl_htc_mbox_credit_setup()
Dcore.h707 struct htc_target *htc_target; member