Lines Matching refs:htc_target
286 struct htc_target;
328 void (*completion) (struct htc_target *, struct htc_packet *);
329 struct htc_target *context;
346 void (*tx_complete) (struct htc_target *, struct htc_packet *);
347 void (*rx) (struct htc_target *, struct htc_packet *);
348 void (*rx_refill) (struct htc_target *, enum htc_endpoint_id endpoint);
349 enum htc_send_full_action (*tx_full) (struct htc_target *,
351 struct htc_packet *(*rx_allocthresh) (struct htc_target *,
353 void (*tx_comp_multi) (struct htc_target *, struct list_head *);
526 struct htc_target *target;
557 int (*wait_target)(struct htc_target *target);
558 int (*start)(struct htc_target *target);
559 int (*conn_service)(struct htc_target *target,
562 int (*tx)(struct htc_target *target, struct htc_packet *packet);
563 void (*stop)(struct htc_target *target);
564 void (*cleanup)(struct htc_target *target);
565 void (*flush_txep)(struct htc_target *target,
567 void (*flush_rx_buf)(struct htc_target *target);
568 void (*activity_changed)(struct htc_target *target,
571 int (*get_rxbuf_num)(struct htc_target *target,
573 int (*add_rxbuf_multiple)(struct htc_target *target,
575 int (*credit_setup)(struct htc_target *target,
584 struct htc_target { struct
639 int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, argument