Lines Matching refs:dev_handle_bitmap_sz
1924 sc->dev_handle_bitmap_sz = MPI3MR_DIV_ROUND_UP(sc->facts.max_devhandle, 8); in mpi3mr_reply_alloc()
1926 sc->removepend_bitmap = malloc(sc->dev_handle_bitmap_sz, in mpi3mr_reply_alloc()
2640 U16 dev_handle_bitmap_sz; in mpi3mr_validate_fw_update() local
2673 dev_handle_bitmap_sz = MPI3MR_DIV_ROUND_UP(sc->facts.max_devhandle, 8); in mpi3mr_validate_fw_update()
2675 if (dev_handle_bitmap_sz > sc->dev_handle_bitmap_sz) { in mpi3mr_validate_fw_update()
2677 dev_handle_bitmap_sz, M_MPI3MR, M_NOWAIT); in mpi3mr_validate_fw_update()
2682 sc->dev_handle_bitmap_sz, dev_handle_bitmap_sz); in mpi3mr_validate_fw_update()
2686 memset(removepend_bitmap + sc->dev_handle_bitmap_sz, 0, in mpi3mr_validate_fw_update()
2687 dev_handle_bitmap_sz - sc->dev_handle_bitmap_sz); in mpi3mr_validate_fw_update()
2691 sc->dev_handle_bitmap_sz, dev_handle_bitmap_sz); in mpi3mr_validate_fw_update()
2692 sc->dev_handle_bitmap_sz = dev_handle_bitmap_sz; in mpi3mr_validate_fw_update()
5591 memset(sc->removepend_bitmap, 0, sc->dev_handle_bitmap_sz); in mpi3mr_memset_buffers()