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

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

Completed in 162 milliseconds