Lines Matching defs:htc_target
511 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;
524 spinlock_t tx_lock;
525 struct ath6kl_device *dev;
549 void ath6kl_htc_set_credit_dist(struct htc_target *target, argument