Home
last modified time | relevance | path

Searched refs:aac_max_sectors (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aac/
H A Daac_disk.c267 maxio = sc->aac_max_sectors << 9; in aac_disk_dump()
405 sc->ad_disk->d_maxsize = sc->ad_controller->aac_max_sectors << 9; in aac_disk_attach()
H A Daacvar.h427 u_int32_t aac_max_sectors; /* max. I/O size from host (blocks) */ member
H A Daac.c512 sc->aac_max_sectors << 9, /* maxsize */ in aac_alloc()
1807 sc->aac_max_sectors = 128; /* 64KB */ in aac_check_firmware()
1820 sc->aac_max_sectors = (options >> 16) << 1; in aac_check_firmware()
1894 ip->MaxIoSize = sc->aac_max_sectors << 9; in aac_init()
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h451 u_int32_t aac_max_sectors; /* max. I/O size from host (blocks) */ member
476 #define AAC_MAXIO_SIZE(sc) MIN(((sc)->aac_max_sectors << 9) - PAGE_SIZE, \
H A Daacraid.c1683 sc->aac_max_sectors = 128; /* 64KB */ in aac_check_firmware()
1697 sc->aac_max_sectors = (options >> 16) << 1; in aac_check_firmware()