Lines Matching refs:io_hdr

119     ((struct ctl_ptr_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_BACKEND])
121 ((struct ctl_lba_len_flags *)&(io)->io_hdr.ctl_private[CTL_PRIV_LBA_LEN])
448 if ((io->io_hdr.flags & CTL_FLAG_ABORT) == 0 &&
449 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE) {
463 || ((io->io_hdr.flags & CTL_FLAG_ABORT) != 0)
464 || ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE)) {
483 STAILQ_INSERT_TAIL(&be_lun->datamove_queue, &io->io_hdr, links);
1123 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1249 lbalen = (struct ctl_lba_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1267 if ((io->io_hdr.flags & CTL_FLAG_ABORT) ||
1268 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE &&
1269 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) {
1390 ptrlen = (struct ctl_ptr_len_flags *)&io->io_hdr.ctl_private[CTL_PRIV_LBA_LEN];
1527 if ((io->io_hdr.flags & CTL_FLAG_ABORT) ||
1528 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE &&
1529 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) {
1534 io->io_hdr.status &= ~CTL_STATUS_MASK;
1535 io->io_hdr.status |= CTL_STATUS_NONE;
1538 STAILQ_INSERT_TAIL(&be_lun->input_queue, &io->io_hdr, links);
1644 io->io_hdr.flags |= CTL_FLAG_ALLOCATED;
1753 KASSERT(io->io_hdr.io_type == CTL_IO_SCSI,
1754 ("%s: unexpected I/O type %x", __func__, io->io_hdr.io_type));
1759 STAILQ_INSERT_TAIL(&be_lun->input_queue, &io->io_hdr, links);
2645 STAILQ_INSERT_TAIL(&be_lun->config_write_queue, &io->io_hdr,
2717 &io->io_hdr, links);