Searched refs:cmdq_bitmap (Results 1 – 2 of 2) sorted by relevance
65 !test_bit(cbit, cmdq->cmdq_bitmap), in __wait_for_resp()78 if (!test_bit(cbit, cmdq->cmdq_bitmap)) in __block_for_resp()83 } while (test_bit(cbit, cmdq->cmdq_bitmap) && --count); in __block_for_resp()139 set_bit(cbit, cmdq->cmdq_bitmap); in __send_message()359 if (!test_and_clear_bit(cbit, rcfw->cmdq.cmdq_bitmap)) in bnxt_qplib_process_qp_event()554 kfree(rcfw->cmdq.cmdq_bitmap); in bnxt_qplib_free_rcfw_channel()613 cmdq->cmdq_bitmap = kzalloc(bmap_size, GFP_KERNEL); in bnxt_qplib_alloc_rcfw_channel()614 if (!cmdq->cmdq_bitmap) in bnxt_qplib_alloc_rcfw_channel()666 indx = find_first_bit(cmdq->cmdq_bitmap, cmdq->bmap_size); in bnxt_qplib_disable_rcfw_channel()
152 unsigned long *cmdq_bitmap; member