Lines Matching refs:target

8  *  Forward port and refactoring to modern qla2xxx and target/configfs
12 * Additional file for the target driver support.
16 * target portion.
27 * data in the target add-on
32 * Must be changed on any change in any target visible interfaces or
52 * vs. regular (non-target) info. This is checked for in
78 * ISP target entries - Flags bit definitions.
87 /* (data from target to initiator) */
89 /* (data from initiator to target) */
121 ? le16_to_cpu((iocb)->u.isp2x.target.extended) \
122 : (uint16_t)(iocb)->u.isp2x.target.id.standard)
128 * This is sent to the ISP from the target driver.
138 target_id_t target;
192 #define ACCEPT_TGT_IO_TYPE 0x16 /* Accept target I/O entry. */
199 * This structure is sent to the ISP 2xxx from target driver.
207 target_id_t target;
245 #define ATIO_TYPE7 0x06 /* Accept target I/O entry for 24xx */
314 * This is sent from the ISP to the target driver.
323 target_id_t target;
385 #define CTIO_TYPE7 0x12 /* Continue target I/O entry (for 24xx) */
389 * This structure is sent to the ISP 24xx from the target driver.
434 * ISP queue - CTIO type 7 from ISP 24xx to target driver
552 * target driver by the ISP 24xx.
598 * target driver to the ISP 24xx.
627 * (sent by the target driver to the ISP 24xx) is sent by the
628 * ISP24xx firmware to the target driver.
655 * Type Definitions used by initiator & target halves
664 * target driver (from within qla_target.c) can issue to the
665 * target module (tcm_qla2xxx).
698 #include <target/target_core_base.h>
739 #define QLA_TGT_STATE_NEW 0 /* New command + target processing */
740 #define QLA_TGT_STATE_NEED_DATA 1 /* target needs data to continue */
741 #define QLA_TGT_STATE_DATA_IN 2 /* Data arrived + target processing */
742 #define QLA_TGT_STATE_PROCESSED 3 /* target done processing */
796 int tgt_stop; /* the target mode driver is being stopped */
797 int tgt_stopped; /* the target mode driver has been stopped */