Lines Matching defs:target

165  * Ring Buffer of incoming target commands.
223 AHC_TARGETMODE = 0x20000, /* Has tested target mode support */
241 * target roles on ULTRA2 chips, we currently disable
242 * the initiator role to allow multi-scsi-id target mode
319 * SRAM, we use the default target
336 * Allow target operations on this
373 * the cdb has been presented to the target, this area serves to store
375 * For the target role, the contents of this area do not change, but
382 * an SCB after passing the cdb to the target. The kernel
548 * the case of a target not
618 * Connection descriptor for select-in requests in target mode.
655 * Per enabled lun target mode state.
656 * As this state is directly influenced by the host OS'es target mode
676 #define AHC_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */
707 * Per enabled target ID state.
708 * Pointers to lun target state as well as sync/wide negotiation information
709 * for each initiator<->target mapping. For the initiator role we pretend
710 * that we are the target and the targets are the initiators since the
735 uint8_t period; /* Period to send to SCSI target */
924 * Per-target queue of untagged-transactions. The
927 * target. The driver only allows a single untagged
928 * transaction per target.
962 * As an initiator, we keep one target entry for our initiator
1049 * in target mode.
1053 /* Number of enabled target mode device on this card */
1063 * Count of parity errors we have seen as a target.
1097 u_int target;
1152 int target, char channel, int lun,
1178 int ahc_search_qinfifo(struct ahc_softc *ahc, int target,
1184 int target, char channel,
1187 int ahc_search_disc_list(struct ahc_softc *ahc, int target,
1196 u_int our_id, u_int target,