Searched refs:devrem_bitmap (Results 1 – 2 of 2) sorted by relevance
1935 sc->devrem_bitmap = malloc(sc->devrem_bitmap_sz, in mpi3mr_reply_alloc()1937 if (!sc->devrem_bitmap) { in mpi3mr_reply_alloc()3525 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_complete_iou()3583 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_complete_tm()3623 cmd_idx = mpi3mr_find_first_zero_bit(sc->devrem_bitmap, in mpi3mr_dev_rmhs_send_tm()3626 if (!mpi3mr_test_and_set_bit(cmd_idx, sc->devrem_bitmap)) in mpi3mr_dev_rmhs_send_tm()3685 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_send_tm()5467 if (sc->devrem_bitmap) { in mpi3mr_free_mem()5468 free(sc->devrem_bitmap, M_MPI3MR); in mpi3mr_free_mem()5469 sc->devrem_bitmap = NULL; in mpi3mr_free_mem()[all …]
682 void *devrem_bitmap; member