Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1377 if (mrioc->facts.max_devhandle > mrioc->dev_handle_bitmap_bits) { in mpi3mr_revalidate_factsdata()
1383 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1391 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1393 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_revalidate_factsdata()
3295 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_alloc_reply_sense_bufs()
3296 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
4682 mrioc->dev_handle_bitmap_bits); in mpi3mr_memset_buffers()
5491 mrioc->dev_handle_bitmap_bits); in mpi3mr_soft_reset_handler()
Dmpi3mr.h1289 u16 dev_handle_bitmap_bits; member