Lines Matching refs:io_hdr

103 	io->io_hdr.io_type = CTL_IO_SCSI;
109 io->io_hdr.flags = CTL_FLAG_DATA_NONE;
129 io->io_hdr.io_type = CTL_IO_SCSI;
138 io->io_hdr.io_type = CTL_IO_SCSI;
139 io->io_hdr.flags = CTL_FLAG_DATA_IN;
159 io->io_hdr.io_type = CTL_IO_SCSI;
167 io->io_hdr.io_type = CTL_IO_SCSI;
168 io->io_hdr.flags = CTL_FLAG_DATA_IN;
188 io->io_hdr.io_type = CTL_IO_SCSI;
196 io->io_hdr.io_type = CTL_IO_SCSI;
197 io->io_hdr.flags = CTL_FLAG_DATA_IN;
218 io->io_hdr.io_type = CTL_IO_SCSI;
232 io->io_hdr.io_type = CTL_IO_SCSI;
234 io->io_hdr.flags = CTL_FLAG_DATA_IN;
236 io->io_hdr.flags = CTL_FLAG_DATA_OUT;
256 io->io_hdr.io_type = CTL_IO_SCSI;
334 io->io_hdr.io_type = CTL_IO_SCSI;
336 io->io_hdr.flags = CTL_FLAG_DATA_IN;
338 io->io_hdr.flags = CTL_FLAG_DATA_OUT;
357 io->io_hdr.io_type = CTL_IO_SCSI;
368 io->io_hdr.io_type = CTL_IO_SCSI;
369 io->io_hdr.flags = CTL_FLAG_DATA_OUT;
387 io->io_hdr.io_type = CTL_IO_SCSI;
397 io->io_hdr.io_type = CTL_IO_SCSI;
398 io->io_hdr.flags = CTL_FLAG_DATA_IN;
416 io->io_hdr.io_type = CTL_IO_SCSI;
429 io->io_hdr.io_type = CTL_IO_SCSI;
430 io->io_hdr.flags = CTL_FLAG_DATA_IN;
477 io->io_hdr.io_type = CTL_IO_SCSI;
478 io->io_hdr.flags = CTL_FLAG_DATA_IN;
511 io->io_hdr.io_type = CTL_IO_SCSI;
512 io->io_hdr.flags = CTL_FLAG_DATA_NONE;
562 io->io_hdr.io_type = CTL_IO_SCSI;
563 io->io_hdr.flags = CTL_FLAG_DATA_NONE;
588 io->io_hdr.io_type = CTL_IO_SCSI;
589 io->io_hdr.flags = CTL_FLAG_DATA_IN;
645 io->io_hdr.io_type = CTL_IO_SCSI;
646 io->io_hdr.flags = CTL_FLAG_DATA_OUT;
670 io->io_hdr.io_type = CTL_IO_SCSI;
671 io->io_hdr.flags = CTL_FLAG_DATA_IN;
690 io->io_hdr.nexus.initid = initid;
711 pool_ref = io->io_hdr.pool;
715 io->io_hdr.pool = pool_ref;
741 switch (io->io_hdr.io_type) {
784 if ((io->io_hdr.status & CTL_STATUS_MASK) ==
796 io->io_hdr.status);
800 if ((io->io_hdr.io_type == CTL_IO_SCSI)
801 && ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR)) {
878 if (io->io_hdr.io_type != CTL_IO_SCSI)
880 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR)
882 if (io->io_hdr.flags & CTL_FLAG_EDPTR_SGLIST) /* XXX: Implement */