Lines Matching refs:cbit
59 u16 cbit; in __wait_for_resp() local
63 cbit = cookie % rcfw->cmdq_depth; in __wait_for_resp()
65 !test_bit(cbit, cmdq->cmdq_bitmap), in __wait_for_resp()
74 u16 cbit; in __block_for_resp() local
77 cbit = cookie % rcfw->cmdq_depth; in __block_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()
99 u16 cookie, cbit; in __send_message() local
135 cbit = cookie % rcfw->cmdq_depth; in __send_message()
139 set_bit(cbit, cmdq->cmdq_bitmap); in __send_message()
141 crsqe = &rcfw->crsqe_tbl[cbit]; in __send_message()
308 u16 cbit, blocked = 0; in bnxt_qplib_process_qp_event() local
349 cbit = cookie % rcfw->cmdq_depth; in bnxt_qplib_process_qp_event()
350 crsqe = &rcfw->crsqe_tbl[cbit]; in bnxt_qplib_process_qp_event()
363 if (!test_and_clear_bit(cbit, rcfw->cmdq.cmdq_bitmap)) in bnxt_qplib_process_qp_event()
365 "CMD bit %d was not requested\n", cbit); in bnxt_qplib_process_qp_event()