Searched refs:SI_NOSPLIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_physio.c71 if (dev->si_flags & SI_NOSPLIT &&
158 if (dev->si_flags & SI_NOSPLIT) {
/freebsd-12-stable/sys/sys/
H A Dconf.h67 #define SI_NOSPLIT 0x0800 /* I/O should not be split up */ macro
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.c1215 if ((softc->si_flags & SI_NOSPLIT) == 0) {
2480 softc->si_flags = SI_NOSPLIT;

Completed in 119 milliseconds