Lines Matching defs:ctsio
1492 struct ctl_scsiio *ctsio = &io->scsiio;
1501 int sg_entries = ctsio->kern_sg_entries;
1509 if (ctsio->ext_data_filled == 0) {
1529 xferlen = ctsio->kern_data_len;
1551 sgl->addr = (void *)ctsio->kern_data_ptr;
1554 sgl = (void *)ctsio->kern_data_ptr;
1612 ddp->cmp.next_buffer_offset = ctsio->kern_rel_offset +
1618 *arg = ctsio;
1627 ddp = io_to_ddp_state(ctsio);
1640 *arg = ctsio;
1648 struct ctl_scsiio *ctsio = arg;
1650 if (ctsio != NULL) {
1653 ddp = io_to_ddp_state(ctsio);
1657 if (ctsio->kern_data_len == ctsio->ext_data_filled ||
1661 io_to_ddp_state(ctsio) = NULL;