Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c1959 sc->dev_handle_bitmap_sz = MPI3MR_DIV_ROUND_UP(sc->facts.max_devhandle, 8); in mpi3mr_reply_alloc()
1961 sc->removepend_bitmap = malloc(sc->dev_handle_bitmap_sz, in mpi3mr_reply_alloc()
2679 U16 dev_handle_bitmap_sz; in mpi3mr_validate_fw_update() local
2712 dev_handle_bitmap_sz = MPI3MR_DIV_ROUND_UP(sc->facts.max_devhandle, 8); in mpi3mr_validate_fw_update()
2714 if (dev_handle_bitmap_sz > sc->dev_handle_bitmap_sz) { in mpi3mr_validate_fw_update()
2716 dev_handle_bitmap_sz, M_MPI3MR, M_NOWAIT); in mpi3mr_validate_fw_update()
2721 sc->dev_handle_bitmap_sz, dev_handle_bitmap_sz); in mpi3mr_validate_fw_update()
2725 memset(removepend_bitmap + sc->dev_handle_bitmap_sz, 0, in mpi3mr_validate_fw_update()
2726 dev_handle_bitmap_sz - sc->dev_handle_bitmap_sz); in mpi3mr_validate_fw_update()
2730 sc->dev_handle_bitmap_sz, dev_handle_bitmap_sz); in mpi3mr_validate_fw_update()
[all …]
H A Dmpi3mr.h701 U16 dev_handle_bitmap_sz; member