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

/freebsd-12-stable/sys/dev/firewire/
H A Dsbp.c74 #define SBP_MAXPHYS MIN(MAXPHYS, (512*1024) /* 512KB */) macro
138 #define SBP_IND_MAX howmany(SBP_MAXPHYS, SBP_SEG_MAX)
140 #define SBP_IND_MAX howmany(SBP_MAXPHYS, PAGE_SIZE)
1912 if (DFLTPHYS > SBP_MAXPHYS)
1914 "SBP_MAXPHYS(%dKB).\n", DFLTPHYS / 1024,
1915 SBP_MAXPHYS / 1024);

Completed in 111 milliseconds