Lines Matching refs:target
106 #define BUILD_TCL_RAW(target, channel, lun) \
107 ((lun) | ((target) << 8))
117 #define AHD_BUILD_COL_IDX(target, lun) \
118 ((((u8)lun) << 4) | target)
184 * Ring Buffer of incoming target commands.
217 AHD_TARGETMODE = 0x01000,/* Has tested target mode support */
335 * SRAM, we use the default target
349 * Allow target operations on this
382 * the cdb has been presented to the target, this area serves to store
384 * For the target role, the contents of this area do not change, but
391 * an SCB after passing the cdb to the target. The kernel
558 * the case of a target not
672 * Connection descriptor for select-in requests in target mode.
709 * Per enabled lun target mode state.
710 * As this state is directly influenced by the host OS'es target mode
730 #define AHD_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */
761 * Per enabled target ID state.
762 * Pointers to lun target state as well as sync/wide negotiation information
763 * for each initiator<->target mapping. For the initiator role we pretend
764 * that we are the target and the targets are the initiators since the
1097 * As an initiator, we keep one target entry for our initiator
1206 /* Number of enabled target mode device on this card */
1289 u_int target;
1376 int ahd_search_qinfifo(struct ahd_softc *ahd, int target,
1380 int ahd_search_disc_list(struct ahd_softc *ahd, int target,
1388 u_int our_id, u_int target,