Home
last modified time | relevance | path

Searched refs:sq_depth (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.15/net/9p/
Dtrans_rdma.c86 int sq_depth; member
128 int sq_depth; member
159 if (rdma->sq_depth != P9_RDMA_SQ_DEPTH) in p9_rdma_show_options()
160 seq_printf(m, ",sq=%u", rdma->sq_depth); in p9_rdma_show_options()
185 opts->sq_depth = P9_RDMA_SQ_DEPTH; in parse_opts()
220 opts->sq_depth = option; in parse_opts()
236 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
575 rdma->sq_depth = opts->sq_depth; in alloc_rdma()
580 sema_init(&rdma->sq_sem, rdma->sq_depth); in alloc_rdma()
692 opts.sq_depth + opts.rq_depth + 1, in rdma_create_trans()
[all …]
/Linux-v5.15/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_dev.c277 static int set_hw_ioctxt(struct hinic_hwdev *hwdev, unsigned int sq_depth, in set_hw_ioctxt() argument
296 hw_ioctxt.sq_depth = ilog2(sq_depth); in set_hw_ioctxt()
445 int hinic_hwdev_ifup(struct hinic_hwdev *hwdev, u16 sq_depth, u16 rq_depth) in hinic_hwdev_ifup() argument
468 func_to_io->sq_depth = sq_depth; in hinic_hwdev_ifup()
496 err = set_hw_ioctxt(hwdev, sq_depth, rq_depth); in hinic_hwdev_ifup()
Dhinic_hw_io.h73 u16 sq_depth; member
Dhinic_dev.h95 u16 sq_depth; member
Dhinic_hw_dev.h222 u16 sq_depth; member
561 int hinic_hwdev_ifup(struct hinic_hwdev *hwdev, u16 sq_depth, u16 rq_depth);
Dhinic_ethtool.c559 ring->tx_pending = nic_dev->sq_depth; in hinic_get_ringparam()
598 if (new_sq_depth == nic_dev->sq_depth && in hinic_set_ringparam()
604 nic_dev->sq_depth, nic_dev->rq_depth, in hinic_set_ringparam()
607 nic_dev->sq_depth = new_sq_depth; in hinic_set_ringparam()
Dhinic_hw_mbox.c1296 (hw_ctxt)->sq_depth >= HINIC_QUEUE_MIN_DEPTH && \
1297 (hw_ctxt)->sq_depth <= HINIC_QUEUE_MAX_DEPTH && \
1305 if (!hw_ctxt->rq_depth && !hw_ctxt->sq_depth && in hw_ctxt_qps_param_valid()
Dhinic_hw_io.c285 func_to_io->sq_depth, HINIC_SQ_WQE_MAX_SIZE); in init_qp()
Dhinic_main.c438 err = hinic_hwdev_ifup(nic_dev->hwdev, nic_dev->sq_depth, in hinic_open()
1229 nic_dev->sq_depth = HINIC_SQ_DEPTH; in nic_dev_init()
/Linux-v5.15/drivers/infiniband/hw/efa/
Defa_com_cmd.h23 u32 sq_depth; member
Defa_com_cmd.c34 params->sq_depth; in efa_com_create_qp()
Defa_verbs.c684 create_qp_params.sq_depth = init_attr->cap.max_send_wr; in efa_create_qp()
/Linux-v5.15/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h224 u16 sq_depth; member
Dena_com.c1254 create_cmd.sq_depth = io_sq->q_depth; in ena_com_create_io_sq()
/Linux-v5.15/Documentation/admin-guide/
Ddynamic-debug-howto.rst75 net/sunrpc/svc_rdma.c:340 [svcxprt_rdma]svc_rdma_init =_ "\011sq_depth : %d\012"
/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.h1279 __le16 sq_depth; member
Dhns_roce_hw_v2.c2292 caps->max_wqes = 1 << le16_to_cpu(resp_c->sq_depth); in hns_roce_query_pf_caps()