Searched refs:evtack_cmds_bitmap (Results 1 – 3 of 3) sorted by relevance
3215 mrioc->evtack_cmds_bitmap = bitmap_zalloc(MPI3MR_NUM_EVTACKCMD, in mpi3mr_alloc_reply_sense_bufs()3217 if (!mrioc->evtack_cmds_bitmap) in mpi3mr_alloc_reply_sense_bufs()4596 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, in mpi3mr_memset_buffers()4731 bitmap_free(mrioc->evtack_cmds_bitmap); in mpi3mr_free_mem()4732 mrioc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()5328 bitmap_clear(mrioc->evtack_cmds_bitmap, 0, MPI3MR_NUM_EVTACKCMD); in mpi3mr_soft_reset_handler()
1278 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()