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

/freebsd-11.0-release/sys/dev/hpt27xx/
H A Darray.h64 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-11.0-release/sys/dev/hptnr/
H A Darray.h63 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-11.0-release/sys/dev/hptrr/
H A Darray.h66 #define MAX_REBUILD_SECTORS 128 macro
/freebsd-11.0-release/sys/dev/hptmv/
H A Dioctl.c743 #define MAX_REBUILD_SECTORS 0x40 macro
746 buffer = malloc(SECTOR_TO_BYTE(MAX_REBUILD_SECTORS), M_DEVBUF, M_NOWAIT);
756 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;
761 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2;
766 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;

Completed in 113 milliseconds