Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1328 if (mrioc->facts.max_devhandle > mrioc->dev_handle_bitmap_bits) { in mpi3mr_revalidate_factsdata()
1334 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1342 mrioc->dev_handle_bitmap_bits, in mpi3mr_revalidate_factsdata()
1344 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_revalidate_factsdata()
3205 mrioc->dev_handle_bitmap_bits = mrioc->facts.max_devhandle; in mpi3mr_alloc_reply_sense_bufs()
3206 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
4594 mrioc->dev_handle_bitmap_bits); in mpi3mr_memset_buffers()
5327 mrioc->dev_handle_bitmap_bits); in mpi3mr_soft_reset_handler()
H A Dmpi3mr.h1275 u16 dev_handle_bitmap_bits; member