Searched refs:CTL_LSGL (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
H A Dctl_io.h178 #define CTL_LSGL(io) ((io)->io_hdr.ctl_private[CTL_PRIV_BACKEND].ptrs[1]) macro
180 #define CTL_LSGLT(io) ((struct ctl_sg_entry *)CTL_LSGL(io))
H A Dctl.c1512 CTL_LSGL(io) = &sgl[msg->dt.kern_sg_entries];
12605 CTL_LSGL(io) = NULL;
12645 io->scsiio.kern_data_ptr = (uint8_t *)CTL_LSGL(io);
12666 CTL_LSGL(io) = NULL;
12696 io->scsiio.kern_data_ptr = (uint8_t *)CTL_LSGL(io);
12719 local_sglist = CTL_LSGL(io);
12782 local_sglist = CTL_LSGL(io);
12893 CTL_LSGL(io) = NULL;

Completed in 65 milliseconds