Searched refs:dev_handle_bitmap_sz (Results 1 – 2 of 2) sorted by relevance
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() local2673 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()[all …]
684 U16 dev_handle_bitmap_sz; member