Searched refs:aac_max_sectors (Results 1 – 6 of 6) sorted by relevance
266 maxio = sc->aac_max_sectors << 9; in aac_disk_dump()404 sc->ad_disk->d_maxsize = sc->ad_controller->aac_max_sectors << 9; in aac_disk_attach()
429 u_int32_t aac_max_sectors; /* max. I/O size from host (blocks) */ member
513 sc->aac_max_sectors << 9, /* maxsize */ in aac_alloc()1810 sc->aac_max_sectors = 128; /* 64KB */ in aac_check_firmware()1823 sc->aac_max_sectors = (options >> 16) << 1; in aac_check_firmware()1897 ip->MaxIoSize = sc->aac_max_sectors << 9; in aac_init()
480 u_int32_t aac_max_sectors; /* max. I/O size from host (blocks) */ member
603 sc->aac_max_sectors << 9, /* maxsize */ in aac_alloc()1695 sc->aac_max_sectors = 128; /* 64KB */ in aac_check_firmware()1709 sc->aac_max_sectors = (options >> 16) << 1; in aac_check_firmware()1820 ip->MaxIoSize = sc->aac_max_sectors << 9; in aac_init()
1025 cpi->maxio = sc->aac_max_sectors << 9; in aac_cam_action()