Searched defs:target_status (Results 1 – 2 of 2) sorted by relevance
414 struct target_status { struct415 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 */
98 u_int target_status:5; member