Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c61 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() local
128 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 …]
Dqplib_rcfw.h267 u32 cmdq_depth; member
/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_dev.h150 u8 cmdq_depth; member
Dhinic_hw_dev.c302 hw_ioctxt.cmdq_depth = 0; in set_hw_ioctxt()
/Linux-v5.4/include/linux/mmc/
Dcard.h91 unsigned int cmdq_depth; /* Command Queue depth */ member
/Linux-v5.4/drivers/mmc/core/
Dmmc.c639 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()
Dqueue.c435 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()