Searched refs:evtack_cmds_bitmap (Results 1 – 3 of 3) sorted by relevance
3006 mrioc->evtack_cmds_bitmap = bitmap_zalloc(MPI3MR_NUM_EVTACKCMD, in mpi3mr_alloc_reply_sense_bufs()3008 if (!mrioc->evtack_cmds_bitmap) in mpi3mr_alloc_reply_sense_bufs()4239 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, in mpi3mr_memset_buffers()4372 bitmap_free(mrioc->evtack_cmds_bitmap); in mpi3mr_free_mem()4373 mrioc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()4944 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, MPI3MR_NUM_EVTACKCMD); in mpi3mr_soft_reset_handler()
1162 unsigned long *evtack_cmds_bitmap; member
2383 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_complete_evt_ack()2420 cmd_idx = find_first_zero_bit(mrioc->evtack_cmds_bitmap, in mpi3mr_send_event_ack()2424 mrioc->evtack_cmds_bitmap)) in mpi3mr_send_event_ack()2479 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_send_event_ack()