Lines Matching defs:htc_target
577 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;
596 spinlock_t tx_lock;
598 struct ath6kl_device *dev;
599 u32 htc_flags;
600 u32 rx_st_flags;
601 enum htc_endpoint_id ep_waiting;
602 u8 htc_tgt_ver;
605 int msg_per_bndl_max;
607 u32 tx_bndl_mask;
608 int rx_bndl_enable;
632 int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, argument