Home
last modified time | relevance | path

Searched refs:cmdq_depth (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_rcfw.c63 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()
597 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_256; in bnxt_qplib_alloc_rcfw_channel()
599 rcfw->cmdq_depth = BNXT_QPLIB_CMDQE_MAX_CNT_8192; in bnxt_qplib_alloc_rcfw_channel()
601 sginfo.pgsize = bnxt_qplib_cmdqe_page_size(rcfw->cmdq_depth); in bnxt_qplib_alloc_rcfw_channel()
602 hwq_attr.depth = rcfw->cmdq_depth; in bnxt_qplib_alloc_rcfw_channel()
616 bmap_size = BITS_TO_LONGS(rcfw->cmdq_depth) * sizeof(unsigned long); in bnxt_qplib_alloc_rcfw_channel()
791 cpu_to_le16(((rcfw->cmdq_depth << in bnxt_qplib_start_rcfw()
A Dqplib_rcfw.h191 u32 cmdq_depth; member
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_cmdq.c854 static int hinic_set_cmdq_depth(struct hinic_hwdev *hwdev, u16 cmdq_depth) in hinic_set_cmdq_depth() argument
865 hw_ioctxt.cmdq_depth = (u8)ilog2(cmdq_depth); in hinic_set_cmdq_depth()
A Dhinic_hw_dev.h213 u8 cmdq_depth; member
A Dhinic_hw_mbox.c1324 if (hw_ctxt->cmdq_depth >= HINIC_QUEUE_MIN_DEPTH && in check_hwctxt()
1325 hw_ctxt->cmdq_depth <= HINIC_QUEUE_MAX_DEPTH) in check_hwctxt()
A Dhinic_hw_dev.c288 hw_ioctxt.cmdq_depth = 0; in set_hw_ioctxt()
/linux/include/linux/mmc/
A Dcard.h92 unsigned int cmdq_depth; /* Command Queue depth */ member
/linux/drivers/mmc/core/
A Dmmc.c648 card->ext_csd.cmdq_depth = (ext_csd[EXT_CSD_CMDQ_DEPTH] & in mmc_decode_ext_csd()
651 if (card->ext_csd.cmdq_depth <= 2) { in mmc_decode_ext_csd()
653 card->ext_csd.cmdq_depth = 0; in mmc_decode_ext_csd()
658 card->ext_csd.cmdq_depth); in mmc_decode_ext_csd()
1868 card->ext_csd.cmdq_depth = 0; in mmc_init_card()
A Dqueue.c427 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()

Completed in 24 milliseconds