Lines Matching refs:cmdq_depth
63 cbit = cookie % rcfw->cmdq_depth; in __wait_for_resp()
77 cbit = cookie % rcfw->cmdq_depth; in __block_for_resp()
135 cbit = cookie % rcfw->cmdq_depth; in __send_message()
351 cbit = cookie % rcfw->cmdq_depth; in bnxt_qplib_process_qp_event()
603 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_256; in bnxt_qplib_alloc_rcfw_channel()
605 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_8192; in bnxt_qplib_alloc_rcfw_channel()
607 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
608 hwq_attr.depth = rcfw->cmdq_depth & 0x7FFFFFFF; in bnxt_qplib_alloc_rcfw_channel()
622 cmdq->cmdq_bitmap = bitmap_zalloc(rcfw->cmdq_depth, GFP_KERNEL); in bnxt_qplib_alloc_rcfw_channel()
677 indx = find_first_bit(cmdq->cmdq_bitmap, rcfw->cmdq_depth); in bnxt_qplib_disable_rcfw_channel()
678 if (indx != rcfw->cmdq_depth) in bnxt_qplib_disable_rcfw_channel()
809 cpu_to_le16(((rcfw->cmdq_depth << in bnxt_qplib_start_rcfw()