Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1358 if (mrioc->facts.max_devhandle > mrioc->dev_handle_bitmap_bits) { in mpi3mr_revalidate_factsdata()
1364 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1372 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1374 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_revalidate_factsdata()
3266 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_alloc_reply_sense_bufs()
3267 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
4648 mrioc->dev_handle_bitmap_bits); in mpi3mr_memset_buffers()
5437 mrioc->dev_handle_bitmap_bits); in mpi3mr_soft_reset_handler()
Dmpi3mr.h1278 u16 dev_handle_bitmap_bits; member