Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath9k/
Dhtc_hst.h104 struct htc_target { struct
105 void *hif_dev;
106 struct ath9k_htc_priv *drv_priv;
107 struct device *dev;
108 struct ath9k_htc_hif *hif;
109 struct htc_endpoint endpoint[ENDPOINT_MAX];
110 struct completion target_wait;
111 struct completion cmd_wait;
112 struct list_head list;
113 enum htc_endpoint_id conn_rsp_epid;
[all …]
/linux-3.3/drivers/net/wireless/ath/ath6kl/
Dhtc.h511 struct htc_target { struct
512 struct htc_endpoint endpoint[ENDPOINT_MAX];
515 struct list_head cred_dist_list;
517 struct list_head free_ctrl_txbuf;
518 struct list_head free_ctrl_rxbuf;
519 struct ath6kl_htc_credit_info *credit_info;
520 int tgt_creds;
521 unsigned int tgt_cred_sz;
522 spinlock_t htc_lock;
523 spinlock_t rx_lock;
[all …]
Dcore.h513 struct htc_target *htc_target; member