Searched refs:aac_max_fib_size (Results 1 – 4 of 4) sorted by relevance
533 sc->aac_max_fib_size, /* maxsize */ in aac_alloc()536 sc->aac_max_fib_size, /* maxsize */ in aac_alloc()1418 cm->cm_fib->Header.SenderSize = cm->cm_sc->aac_max_fib_size; in aac_release_command()1480 sc->aac_max_fibs_alloc * sc->aac_max_fib_size, in aac_alloc_commands()1484 bzero(fm->aac_fibs, sc->aac_max_fibs_alloc * sc->aac_max_fib_size); in aac_alloc_commands()1490 ((u_int8_t *)fm->aac_fibs + i*sc->aac_max_fib_size); in aac_alloc_commands()1491 cm->cm_fibphys = fibphys + i*sc->aac_max_fib_size; in aac_alloc_commands()1803 sc->aac_max_fib_size = sizeof(struct aac_fib); in aac_check_firmware()1816 sc->aac_max_fib_size = (options & 0xFFFF); in aac_check_firmware()1823 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
595 maxsize = sc->aac_max_fibs_alloc * (sc->aac_max_fib_size + in aac_alloc()598 maxsize = sc->aac_max_fibs_alloc * (sc->aac_max_fib_size + 31); in aac_alloc()1133 cm->cm_fib->Header.SenderSize = cm->cm_sc->aac_max_fib_size; in aacraid_release_command()1201 maxsize = sc->aac_max_fib_size + 31; in aac_alloc_commands()1683 sc->aac_max_fib_size = sizeof(struct aac_fib); in aac_check_firmware()1697 sc->aac_max_fib_size = (options & 0xFFFF); in aac_check_firmware()1711 maxsize = sc->aac_max_fib_size + 31; in aac_check_firmware()1715 sc->aac_max_fib_size -= (maxsize - PAGE_SIZE); in aac_check_firmware()1720 if (sc->aac_max_fib_size > sizeof(struct aac_fib)) { in aac_check_firmware()1755 if (sc->aac_max_fib_size > sizeof(struct aac_fib)) { in aac_init()[all …]
449 u_int32_t aac_max_fib_size; /* max. FIB size */ member