Lines Matching refs:cmdq_depth
61 cbit = cookie % rcfw->cmdq_depth; in __wait_for_resp()
73 cbit = cookie % rcfw->cmdq_depth; in __block_for_resp()
89 u32 cmdq_depth = rcfw->cmdq_depth; in __send_message() local
128 cbit = cookie % rcfw->cmdq_depth; in __send_message()
163 cmdqe = &cmdq_ptr[get_cmdq_pg(sw_prod, cmdq_depth)] in __send_message()
164 [get_cmdq_idx(sw_prod, cmdq_depth)]; in __send_message()
337 cbit = cookie % rcfw->cmdq_depth; in bnxt_qplib_process_qp_event()
587 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_256; in bnxt_qplib_alloc_rcfw_channel()
589 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_8192; in bnxt_qplib_alloc_rcfw_channel()
591 rcfw->cmdq.max_elements = rcfw->cmdq_depth; in bnxt_qplib_alloc_rcfw_channel()
596 bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth), in bnxt_qplib_alloc_rcfw_channel()
705 bmap_size = BITS_TO_LONGS(rcfw->cmdq_depth) * sizeof(unsigned long); in bnxt_qplib_enable_rcfw_channel()
765 ((rcfw->cmdq_depth << CMDQ_INIT_CMDQ_SIZE_SFT) & in bnxt_qplib_enable_rcfw_channel()