Home
last modified time | relevance | path

Searched refs:CTL_FLAG_BUS_ADDR (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
Dctl_tpc_local.c209 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) { in tpcl_datamove()
Dctl_io.h102 CTL_FLAG_BUS_ADDR = 0x00080000, /* ctl_sglist contains BUS enumerator
Dctl_frontend_ioctl.c420 if (ctsio->io_hdr.flags & CTL_FLAG_BUS_ADDR) { in ctl_ioctl_do_datamove()
Dctl_frontend_cam_sim.c366 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) { in cfcs_datamove()
Dscsi_ctl.c712 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) in ctlfedata()
756 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) in ctlfedata()
Dctl_util.c863 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) in ctl_data_print()
Dctl.c676 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) { in ctl_ha_datamove()
684 KASSERT((io->io_hdr.flags & CTL_FLAG_BUS_ADDR) == 0, in ctl_ha_datamove()
716 if (io->io_hdr.flags & CTL_FLAG_BUS_ADDR) { in ctl_ha_datamove()
725 CTL_FLAG_BUS_ADDR) == 0, in ctl_ha_datamove()
1530 io->io_hdr.flags &= ~CTL_FLAG_BUS_ADDR; in ctl_isc_event_handler()
1532 CTL_FLAG_BUS_ADDR; in ctl_isc_event_handler()
12839 if ((io->io_hdr.flags & CTL_FLAG_BUS_ADDR) == 0) {
12845 KASSERT((io->io_hdr.flags & CTL_FLAG_BUS_ADDR) == 0,