Lines Matching refs:target
143 * to accommodate optimal alignment for target processing. This reduces
145 * alter the alignment and cause exceptions on the target. When adding to
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,
583 /* our HTC target state */
639 int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target,