Searched refs:ahs_ptr (Results 1 – 1 of 1) sorted by relevance
254 uint8_t *ahs_ptr; in scsi_command_t() local275 for (ahs_ptr = scsi_cmd.ahs; in scsi_command_t()276 ahs_ptr < (scsi_cmd.ahs + scsi_cmd.ahs_len - 1) ; in scsi_command_t()277 ahs_ptr += ahs_len) { in scsi_command_t()278 ahs_len = ISCSI_NTOHS(*((uint16_t *) (void *)ahs_ptr)); in scsi_command_t()285 switch (ahs_type = *(ahs_ptr + 2)) { in scsi_command_t()290 scsi_cmd.ext_cdb = ahs_ptr + 4; in scsi_command_t()295 (ahs_ptr + 4))); in scsi_command_t()296 *((uint32_t *)(void *)(ahs_ptr + 4)) = in scsi_command_t()