Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr.h810 u16 dev_handle_bitmap_sz; member
Dmpi3mr_fw.c2469 mrioc->dev_handle_bitmap_sz = mrioc->facts.max_devhandle / 8; in mpi3mr_alloc_reply_sense_bufs()
2471 mrioc->dev_handle_bitmap_sz++; in mpi3mr_alloc_reply_sense_bufs()
2472 mrioc->removepend_bitmap = kzalloc(mrioc->dev_handle_bitmap_sz, in mpi3mr_alloc_reply_sense_bufs()
3514 memset(mrioc->removepend_bitmap, 0, mrioc->dev_handle_bitmap_sz); in mpi3mr_memset_buffers()
3924 memset(mrioc->removepend_bitmap, 0, mrioc->dev_handle_bitmap_sz); in mpi3mr_soft_reset_handler()