Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h419 uint32_t aac_max_sectors; /* max. I/O size from host (blocks) */ member
H A Daac.c2414 softs->aac_max_sectors = max_sectors; in aac_check_firmware()
2423 softs->aac_max_sectors = 128; /* 64K */ in aac_check_firmware()
2446 softs->buf_dma_attr.dma_attr_maxxfer = softs->aac_max_sectors << 9; in aac_check_firmware()
2479 softs->aac_max_sectors, softs->aac_sg_tablesize); in aac_check_firmware()
3711 (softs->aac_max_sectors << 9)); in aac_setup_comm_space()