Searched defs:htc_target (Results 1 – 4 of 4) sorted by relevance
116 struct htc_target { struct117 void *hif_dev;119 struct device *dev;120 struct ath9k_htc_hif *hif;122 struct completion target_wait;123 struct completion cmd_wait;124 struct list_head list;126 u16 credits;127 u16 credit_size;128 u8 htc_flags;[all …]
584 struct htc_target { struct593 int tgt_creds;597 spinlock_t htc_lock;600 spinlock_t rx_lock;603 spinlock_t tx_lock;606 u32 htc_flags;607 u32 rx_st_flags;609 u8 htc_tgt_ver;614 u32 tx_bndl_mask;615 int rx_bndl_enable;[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