Home
last modified time | relevance | path

Searched defs:target_status (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/
H A Daic79xx.h414 struct target_status { struct
415 uint32_t residual_datacnt; /* Residual in the current S/G seg */
416 uint32_t residual_sgptr; /* The next S/G for this transfer */
417 uint8_t scsi_status; /* SCSI status to give to initiator */
418 uint8_t target_phases; /* Bitmap of phases to execute */
419 uint8_t data_phase; /* Data-In or Data-Out */
420 uint8_t initiator_tag; /* Initiator's transaction tag */
/freebsd-src/sys/cam/scsi/
H A Dscsi_sg.h98 u_int target_status:5; member