Lines Matching defs:ctsio
1573 struct ctl_scsiio *ctsio = &io->scsiio;
1582 int sg_entries = ctsio->kern_sg_entries;
1590 if (ctsio->ext_data_filled == 0) {
1610 xferlen = ctsio->kern_data_len;
1632 sgl->addr = (void *)ctsio->kern_data_ptr;
1635 sgl = (void *)ctsio->kern_data_ptr;
1693 ddp->cmp.next_buffer_offset = ctsio->kern_rel_offset +
1699 *arg = ctsio;
1708 ddp = io_to_ddp_state(ctsio);
1721 *arg = ctsio;
1729 struct ctl_scsiio *ctsio = arg;
1731 if (ctsio != NULL) {
1734 ddp = io_to_ddp_state(ctsio);
1738 if (ctsio->kern_data_len == ctsio->ext_data_filled ||
1742 io_to_ddp_state(ctsio) = NULL;