Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1416 unsigned long *removepend_bitmap; in mpi3mr_revalidate_factsdata() local
1467 removepend_bitmap = bitmap_zalloc(mrioc->facts.max_devhandle, in mpi3mr_revalidate_factsdata()
1469 if (!removepend_bitmap) { in mpi3mr_revalidate_factsdata()
1476 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_revalidate_factsdata()
1477 mrioc->removepend_bitmap = removepend_bitmap; in mpi3mr_revalidate_factsdata()
3427 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
3429 if (!mrioc->removepend_bitmap) in mpi3mr_alloc_reply_sense_bufs()
4812 bitmap_clear(mrioc->removepend_bitmap, 0, in mpi3mr_memset_buffers()
4948 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_free_mem()
4949 mrioc->removepend_bitmap = NULL; in mpi3mr_free_mem()
[all …]
H A Dmpi3mr_os.c2404 clear_bit(drv_cmd->dev_handle, mrioc->removepend_bitmap); in mpi3mr_dev_rmhs_complete_iou()
2573 set_bit(handle, mrioc->removepend_bitmap); in mpi3mr_dev_rmhs_send_tm()