Searched refs:evtack_cmds_bitmap (Results 1 – 3 of 3) sorted by relevance
2979 mrioc->evtack_cmds_bitmap = kzalloc(mrioc->evtack_cmds_bitmap_sz, in mpi3mr_alloc_reply_sense_bufs()2981 if (!mrioc->evtack_cmds_bitmap) in mpi3mr_alloc_reply_sense_bufs()4195 memset(mrioc->evtack_cmds_bitmap, 0, in mpi3mr_memset_buffers()4328 kfree(mrioc->evtack_cmds_bitmap); in mpi3mr_free_mem()4329 mrioc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()4892 memset(mrioc->evtack_cmds_bitmap, 0, mrioc->evtack_cmds_bitmap_sz); in mpi3mr_soft_reset_handler()
1145 void *evtack_cmds_bitmap; member
2330 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_complete_evt_ack()2367 cmd_idx = find_first_zero_bit(mrioc->evtack_cmds_bitmap, in mpi3mr_send_event_ack()2371 mrioc->evtack_cmds_bitmap)) in mpi3mr_send_event_ack()2426 clear_bit(cmd_idx, mrioc->evtack_cmds_bitmap); in mpi3mr_send_event_ack()