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

/freebsd-current/sys/dev/firewire/
H A Dsbp.c72 #define SBP_MAXPHYS (128 * 1024) macro
135 #define SBP_IND_MAX howmany(SBP_MAXPHYS, PAGE_SIZE)
1904 if (DFLTPHYS > SBP_MAXPHYS)
1906 "SBP_MAXPHYS(%dKB).\n", DFLTPHYS / 1024,
1907 SBP_MAXPHYS / 1024);

Completed in 116 milliseconds