Searched refs:cmdq_depth (Results 1 – 8 of 8) sorted by relevance
89 rcfw->cmdq_depth = BNG_FW_CMDQE_MAX_CNT; in bng_re_alloc_fw_channel()91 sginfo.pgsize = bng_fw_cmdqe_page_size(rcfw->cmdq_depth); in bng_re_alloc_fw_channel()92 hwq_attr.depth = rcfw->cmdq_depth & 0x7FFFFFFF; in bng_re_alloc_fw_channel()659 cpu_to_le16(((rcfw->cmdq_depth << in bng_re_start_rcfw()
125 u32 cmdq_depth; member
959 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT; in bnxt_qplib_alloc_rcfw_channel()961 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()962 hwq_attr.depth = rcfw->cmdq_depth & 0x7FFFFFFF; in bnxt_qplib_alloc_rcfw_channel()1148 cpu_to_le16(((rcfw->cmdq_depth << in bnxt_qplib_start_rcfw()
848 static int hinic_set_cmdq_depth(struct hinic_hwdev *hwdev, u16 cmdq_depth) in hinic_set_cmdq_depth() argument859 hw_ioctxt.cmdq_depth = (u8)ilog2(cmdq_depth); in hinic_set_cmdq_depth()
279 u8 cmdq_depth; member
1319 if (hw_ctxt->cmdq_depth >= HINIC_QUEUE_MIN_DEPTH && in check_hwctxt()1320 hw_ctxt->cmdq_depth <= HINIC_QUEUE_MAX_DEPTH) in check_hwctxt()
281 hw_ioctxt.cmdq_depth = 0; in set_hw_ioctxt()
440 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()