Searched defs:htc_target (Results 1 – 4 of 4) sorted by relevance
116 struct htc_target { struct117 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 …]
577 struct htc_target { struct578 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 …]
146 static int ath6kl_htc_mbox_credit_setup(struct htc_target *htc_target, in ath6kl_htc_mbox_credit_setup()
707 struct htc_target *htc_target; member