Searched refs:evtack_cmds_bitmap (Results 1 – 3 of 3) sorted by relevance
3436 mrioc->evtack_cmds_bitmap = bitmap_zalloc(MPI3MR_NUM_EVTACKCMD, in mpi3mr_alloc_reply_sense_bufs()3438 if (!mrioc->evtack_cmds_bitmap) in mpi3mr_alloc_reply_sense_bufs()4815 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, in mpi3mr_memset_buffers()4954 bitmap_free(mrioc->evtack_cmds_bitmap); in mpi3mr_free_mem()4955 mrioc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()5632 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, MPI3MR_NUM_EVTACKCMD); in mpi3mr_soft_reset_handler()
1302 unsigned long *evtack_cmds_bitmap; member
2630 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_complete_evt_ack()2667 cmd_idx = find_first_zero_bit(mrioc->evtack_cmds_bitmap, in mpi3mr_send_event_ack()2671 mrioc->evtack_cmds_bitmap)) in mpi3mr_send_event_ack()2725 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_send_event_ack()