Searched refs:cmdq_bitmap (Results 1 – 2 of 2) sorted by relevance
60 !test_bit(cbit, rcfw->cmdq_bitmap), in __wait_for_resp()71 if (!test_bit(cbit, rcfw->cmdq_bitmap)) in __block_for_resp()76 } while (test_bit(cbit, rcfw->cmdq_bitmap) && --count); in __block_for_resp()129 set_bit(cbit, rcfw->cmdq_bitmap); in __send_message()330 if (!test_and_clear_bit(cbit, rcfw->cmdq_bitmap)) in bnxt_qplib_process_qp_event()616 indx = find_first_bit(rcfw->cmdq_bitmap, rcfw->bmap_size); in bnxt_qplib_disable_rcfw_channel()620 kfree(rcfw->cmdq_bitmap); in bnxt_qplib_disable_rcfw_channel()669 rcfw->cmdq_bitmap = kzalloc(bmap_size, GFP_KERNEL); in bnxt_qplib_enable_rcfw_channel()670 if (!rcfw->cmdq_bitmap) in bnxt_qplib_enable_rcfw_channel()
163 unsigned long *cmdq_bitmap; member