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

/freebsd-10.3-release/sys/dev/hpt27xx/
H A Darray.h64 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-10.3-release/sys/dev/hptnr/
H A Darray.h63 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-10.3-release/sys/dev/hptrr/
H A Darray.h66 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-10.3-release/sys/dev/hptmv/
H A Dioctl.c797 #define MAX_REBUILD_SECTORS 0x40 macro
801 buffer = malloc(SECTOR_TO_BYTE(MAX_REBUILD_SECTORS), M_DEVBUF, M_NOWAIT);
812 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;
817 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2;
822 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;

Completed in 63 milliseconds