Searched refs:wq_size (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/ofed/libirdma/
H A Dirdma-abi.h74 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */ member in struct:irdma_alloc_ucontext_resp
H A Dabi.h128 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */ member in struct:irdma_get_context_resp
H A Dirdma_umain.h140 uint32_t wq_size; member in struct:irdma_uqp
/freebsd-current/sys/dev/irdma/
H A Dirdma-abi.h74 __u32 wq_size; /* size of the WQs (SQ+RQ) in the mmaped area */ member in struct:irdma_alloc_ucontext_resp
H A Dirdma_kcompat.c206 uresp.wq_size = iwdev->rf->sc_dev.hw_attrs.max_qp_wr * 2;
/freebsd-current/contrib/ofed/libmlx5/
H A Dverbs.c887 int wq_size; local
917 wq_size = mlx5_round_up_power_of_two(attr->cap.max_send_wr * wqe_size);
918 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB;
926 qp->sq.max_post = wq_size / wqe_size;
928 return wq_size;
936 int wq_size; local
954 wq_size = mlx5_round_up_power_of_two(attr->max_wr) * wqe_size;
955 wq_size = max(wq_size, MLX5_SEND_WQE_BB);
956 rwq->rq.wqe_cnt = wq_size / wqe_siz
970 int wq_size; local
[all...]
/freebsd-current/sys/dev/mana/
H A Dmana.h638 uint32_t wq_size; member in struct:mana_create_wqobj_req
H A Dgdma_main.c1231 uint32_t wq_size = wq->queue_size; local
1233 if (used_space > wq_size) {
1235 used_space, wq_size);
1238 return wq_size - used_space;
H A Dmana_en.c1230 req.wq_size = wq_spec->queue_size;
/freebsd-current/sys/dev/oce/
H A Doce_hw.h2735 uint32_t wq_size:4; member in struct:oce_wq_ctx_u::__anon3860
2756 uint32_t wq_size:4;
2777 uint32_t wq_size:4; member in struct:oce_wq_ctx_u::__anon3861
2793 uint32_t wq_size:4;
2824 uint8_t wq_size; member in struct:mbx_create_nic_wq::__anon3862::__anon3863
H A Doce_mbox.c1727 fwcmd->params.req.wq_size = OCE_LOG2(wq->cfg.q_len) + 1;
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c238 int wq_size; local
260 wq_size = roundup_pow_of_two(cap->max_recv_wr) * wqe_size;
261 wq_size = max_t(int, wq_size, MLX5_SEND_WQE_BB);
262 qp->rq.wqe_cnt = wq_size / wqe_size;
378 int wq_size; local
401 wq_size = roundup_pow_of_two(attr->cap.max_send_wr * wqe_size);
402 qp->sq.wqe_cnt = wq_size / MLX5_SEND_WQE_BB;
415 qp->sq.max_post = wq_size / wqe_size;
418 return wq_size;
[all...]

Completed in 144 milliseconds