Lines Matching refs:dev_handle_bitmap_sz
1131 u16 dev_handle_bitmap_sz; in mpi3mr_revalidate_factsdata() local
1163 dev_handle_bitmap_sz = mrioc->facts.max_devhandle / 8; in mpi3mr_revalidate_factsdata()
1165 dev_handle_bitmap_sz++; in mpi3mr_revalidate_factsdata()
1166 if (dev_handle_bitmap_sz > mrioc->dev_handle_bitmap_sz) { in mpi3mr_revalidate_factsdata()
1168 dev_handle_bitmap_sz, GFP_KERNEL); in mpi3mr_revalidate_factsdata()
1172 mrioc->dev_handle_bitmap_sz, dev_handle_bitmap_sz); in mpi3mr_revalidate_factsdata()
1175 memset(removepend_bitmap + mrioc->dev_handle_bitmap_sz, 0, in mpi3mr_revalidate_factsdata()
1176 dev_handle_bitmap_sz - mrioc->dev_handle_bitmap_sz); in mpi3mr_revalidate_factsdata()
1180 mrioc->dev_handle_bitmap_sz, dev_handle_bitmap_sz); in mpi3mr_revalidate_factsdata()
1181 mrioc->dev_handle_bitmap_sz = dev_handle_bitmap_sz; in mpi3mr_revalidate_factsdata()
2960 mrioc->dev_handle_bitmap_sz = mrioc->facts.max_devhandle / 8; in mpi3mr_alloc_reply_sense_bufs()
2962 mrioc->dev_handle_bitmap_sz++; in mpi3mr_alloc_reply_sense_bufs()
2963 mrioc->removepend_bitmap = kzalloc(mrioc->dev_handle_bitmap_sz, in mpi3mr_alloc_reply_sense_bufs()
4193 memset(mrioc->removepend_bitmap, 0, mrioc->dev_handle_bitmap_sz); in mpi3mr_memset_buffers()
4891 memset(mrioc->removepend_bitmap, 0, mrioc->dev_handle_bitmap_sz); in mpi3mr_soft_reset_handler()