Searched refs:evtack_cmds_bitmap (Results 1 – 3 of 3) sorted by relevance
3305 mrioc->evtack_cmds_bitmap = bitmap_zalloc(MPI3MR_NUM_EVTACKCMD, in mpi3mr_alloc_reply_sense_bufs()3307 if (!mrioc->evtack_cmds_bitmap) in mpi3mr_alloc_reply_sense_bufs()4684 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, in mpi3mr_memset_buffers()4819 bitmap_free(mrioc->evtack_cmds_bitmap); in mpi3mr_free_mem()4820 mrioc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()5492 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, MPI3MR_NUM_EVTACKCMD); in mpi3mr_soft_reset_handler()
1292 unsigned long *evtack_cmds_bitmap; member
2508 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_complete_evt_ack()2545 cmd_idx = find_first_zero_bit(mrioc->evtack_cmds_bitmap, in mpi3mr_send_event_ack()2549 mrioc->evtack_cmds_bitmap)) in mpi3mr_send_event_ack()2604 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_send_event_ack()