Searched refs:aac_max_fib_size (Results 1 – 4 of 4) sorted by relevance
532 sc->aac_max_fib_size, /* maxsize */ in aac_alloc()535 sc->aac_max_fib_size, /* maxsize */ in aac_alloc()1420 cm->cm_fib->Header.SenderSize = cm->cm_sc->aac_max_fib_size; in aac_release_command()1482 sc->aac_max_fibs_alloc * sc->aac_max_fib_size, in aac_alloc_commands()1486 bzero(fm->aac_fibs, sc->aac_max_fibs_alloc * sc->aac_max_fib_size); in aac_alloc_commands()1492 ((u_int8_t *)fm->aac_fibs + i*sc->aac_max_fib_size); in aac_alloc_commands()1493 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()1806 sc->aac_max_fib_size = sizeof(struct aac_fib); in aac_check_firmware()1819 sc->aac_max_fib_size = (options & 0xFFFF); in aac_check_firmware()1826 if (sc->aac_max_fib_size > PAGE_SIZE) in aac_check_firmware()[all …]
425 u_int32_t aac_max_fib_size; /* max. FIB size */ member
615 maxsize = sc->aac_max_fibs_alloc * (sc->aac_max_fib_size + in aac_alloc()618 maxsize = sc->aac_max_fibs_alloc * (sc->aac_max_fib_size + 31); in aac_alloc()1148 cm->cm_fib->Header.SenderSize = cm->cm_sc->aac_max_fib_size; in aacraid_release_command()1216 maxsize = sc->aac_max_fib_size + 31; in aac_alloc_commands()1684 sc->aac_max_fib_size = sizeof(struct aac_fib); in aac_check_firmware()1698 sc->aac_max_fib_size = (options & 0xFFFF); in aac_check_firmware()1712 maxsize = sc->aac_max_fib_size + 31; in aac_check_firmware()1716 sc->aac_max_fib_size -= (maxsize - PAGE_SIZE); in aac_check_firmware()1721 if (sc->aac_max_fib_size > sizeof(struct aac_fib)) { in aac_check_firmware()1756 if (sc->aac_max_fib_size > sizeof(struct aac_fib)) { in aac_init()[all …]
476 u_int32_t aac_max_fib_size; /* max. FIB size */ member