Home
last modified time | relevance | path

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

/linux-6.8/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1285 if (mrioc->facts.max_devhandle > mrioc->dev_handle_bitmap_bits) { in mpi3mr_revalidate_factsdata()
1291 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1299 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1301 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_revalidate_factsdata()
3103 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_alloc_reply_sense_bufs()
3104 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
4350 mrioc->dev_handle_bitmap_bits); in mpi3mr_memset_buffers()
5057 mrioc->dev_handle_bitmap_bits); in mpi3mr_soft_reset_handler()
Dmpi3mr.h1172 u16 dev_handle_bitmap_bits; member