Searched refs:devrem_bitmap (Results 1 – 2 of 2) sorted by relevance
1970 sc->devrem_bitmap = malloc(sc->devrem_bitmap_sz, in mpi3mr_reply_alloc()1972 if (!sc->devrem_bitmap) { in mpi3mr_reply_alloc()3746 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_complete_iou()3804 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_complete_tm()3833 cmd_idx = mpi3mr_find_first_zero_bit(sc->devrem_bitmap, in mpi3mr_dev_rmhs_send_tm()3836 if (!mpi3mr_test_and_set_bit(cmd_idx, sc->devrem_bitmap)) in mpi3mr_dev_rmhs_send_tm()3895 mpi3mr_clear_bit(cmd_idx, sc->devrem_bitmap); in mpi3mr_dev_rmhs_send_tm()5879 if (sc->devrem_bitmap) { in mpi3mr_free_mem()5880 free(sc->devrem_bitmap, M_MPI3MR); in mpi3mr_free_mem()5881 sc->devrem_bitmap = NULL; in mpi3mr_free_mem()[all …]
699 void *devrem_bitmap; member