Searched refs:cmdq_depth (Results 1 – 7 of 7) sorted by relevance
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() local128 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()[all …]
267 u32 cmdq_depth; member
150 u8 cmdq_depth; member
302 hw_ioctxt.cmdq_depth = 0; in set_hw_ioctxt()
91 unsigned int cmdq_depth; /* Command Queue depth */ member
639 card->ext_csd.cmdq_depth = (ext_csd[EXT_CSD_CMDQ_DEPTH] & in mmc_decode_ext_csd()642 if (card->ext_csd.cmdq_depth <= 2) { in mmc_decode_ext_csd()644 card->ext_csd.cmdq_depth = 0; in mmc_decode_ext_csd()649 card->ext_csd.cmdq_depth); in mmc_decode_ext_csd()1844 card->ext_csd.cmdq_depth = 0; in mmc_init_card()
435 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()