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()3548 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_complete_iou()3606 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_complete_tm()3635 cmd_idx = mpi3mr_find_first_zero_bit(sc->devrem_bitmap, in mpi3mr_dev_rmhs_send_tm()3638 if (!mpi3mr_test_and_set_bit(cmd_idx, sc->devrem_bitmap)) in mpi3mr_dev_rmhs_send_tm()3697 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_send_tm()5487 if (sc->devrem_bitmap) { in mpi3mr_free_mem()5488 free(sc->devrem_bitmap, M_MPI3MR); in mpi3mr_free_mem()5489 sc->devrem_bitmap = NULL; in mpi3mr_free_mem()[all …]
687 void *devrem_bitmap; member