Home
last modified time | relevance | path

Searched refs:cmdq_bitmap (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c63 !test_bit(cbit, rcfw->cmdq_bitmap), in __wait_for_resp()
74 if (!test_bit(cbit, rcfw->cmdq_bitmap)) in __block_for_resp()
79 } while (test_bit(cbit, rcfw->cmdq_bitmap) && --count); in __block_for_resp()
132 set_bit(cbit, rcfw->cmdq_bitmap); in __send_message()
351 if (!test_and_clear_bit(cbit, rcfw->cmdq_bitmap)) in bnxt_qplib_process_qp_event()
650 indx = find_first_bit(rcfw->cmdq_bitmap, rcfw->bmap_size); in bnxt_qplib_disable_rcfw_channel()
654 kfree(rcfw->cmdq_bitmap); in bnxt_qplib_disable_rcfw_channel()
706 rcfw->cmdq_bitmap = kzalloc(bmap_size, GFP_KERNEL); in bnxt_qplib_enable_rcfw_channel()
707 if (!rcfw->cmdq_bitmap) in bnxt_qplib_enable_rcfw_channel()
Dqplib_rcfw.h235 unsigned long *cmdq_bitmap; member