Searched refs:cmdq_depth (Results 1 – 9 of 9) sorted by relevance
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()349 cbit = cookie % rcfw->cmdq_depth; in bnxt_qplib_process_qp_event()596 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_256; in bnxt_qplib_alloc_rcfw_channel()598 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_8192; in bnxt_qplib_alloc_rcfw_channel()600 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()601 hwq_attr.depth = rcfw->cmdq_depth; in bnxt_qplib_alloc_rcfw_channel()615 cmdq->cmdq_bitmap = bitmap_zalloc(rcfw->cmdq_depth, GFP_KERNEL); in bnxt_qplib_alloc_rcfw_channel()666 indx = find_first_bit(cmdq->cmdq_bitmap, rcfw->cmdq_depth); in bnxt_qplib_disable_rcfw_channel()[all …]
190 u32 cmdq_depth; member
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()
213 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()
92 unsigned int cmdq_depth; /* Command Queue depth */ member
656 card->ext_csd.cmdq_depth = (ext_csd[EXT_CSD_CMDQ_DEPTH] & in mmc_decode_ext_csd()659 if (card->ext_csd.cmdq_depth <= 2) { in mmc_decode_ext_csd()661 card->ext_csd.cmdq_depth = 0; in mmc_decode_ext_csd()666 card->ext_csd.cmdq_depth); in mmc_decode_ext_csd()1895 card->ext_csd.cmdq_depth = 0; in mmc_init_card()
428 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()