Lines Matching defs:htc_target
584 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;
603 spinlock_t tx_lock;
605 struct ath6kl_device *dev;
606 u32 htc_flags;
607 u32 rx_st_flags;
608 enum htc_endpoint_id ep_waiting;
609 u8 htc_tgt_ver;
612 int msg_per_bndl_max;
614 u32 tx_bndl_mask;
615 int rx_bndl_enable;
639 int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, argument