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()363 if (!test_and_clear_bit(cbit, rcfw->cmdq.cmdq_bitmap)) in bnxt_qplib_process_qp_event()558 bitmap_free(rcfw->cmdq.cmdq_bitmap); in bnxt_qplib_free_rcfw_channel()615 cmdq->cmdq_bitmap = bitmap_zalloc(rcfw->cmdq_depth, GFP_KERNEL); in bnxt_qplib_alloc_rcfw_channel()616 if (!cmdq->cmdq_bitmap) in bnxt_qplib_alloc_rcfw_channel()666 indx = find_first_bit(cmdq->cmdq_bitmap, rcfw->cmdq_depth); in bnxt_qplib_disable_rcfw_channel()
154 unsigned long *cmdq_bitmap; member
Completed in 8 milliseconds