Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1179 if (mrioc->facts.max_devhandle > mrioc->dev_handle_bitmap_bits) { in mpi3mr_revalidate_factsdata()
1185 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1193 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1195 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_revalidate_factsdata()
2997 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_alloc_reply_sense_bufs()
2998 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
4238 mrioc->dev_handle_bitmap_bits); in mpi3mr_memset_buffers()
4944 mrioc->dev_handle_bitmap_bits); in mpi3mr_soft_reset_handler()
H A Dmpi3mr.h1159 u16 dev_handle_bitmap_bits; member