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

/freebsd-13-stable/sys/dev/hpt27xx/
H A Darray.h66 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-13-stable/sys/dev/hptnr/
H A Darray.h65 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-13-stable/sys/dev/hptrr/
H A Darray.h68 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-13-stable/sys/dev/hptmv/
H A Dioctl.c745 #define MAX_REBUILD_SECTORS 0x40 macro
748 buffer = malloc(SECTOR_TO_BYTE(MAX_REBUILD_SECTORS), M_DEVBUF, M_NOWAIT);
758 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;
763 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2;
768 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;

Completed in 120 milliseconds