Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/net/wireless/ath/ath6kl/ !
Dhtc.h584 struct htc_target { struct
585 struct htc_endpoint endpoint[ENDPOINT_MAX];
588 struct list_head cred_dist_list;
590 struct list_head free_ctrl_txbuf;
591 struct list_head free_ctrl_rxbuf;
592 struct ath6kl_htc_credit_info *credit_info;
593 int tgt_creds;
594 unsigned int tgt_cred_sz;
597 spinlock_t htc_lock;
600 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