Home
last modified time | relevance | path

Searched refs:cpu_to_be32 (Results 1 – 25 of 90) sorted by relevance

1234

/NextBSD/sys/ofed/drivers/infiniband/core/
HDcm_msgs.h112 return cpu_to_be32(be32_to_cpu(req_msg->offset32) >> 8); in cm_req_get_local_qpn()
117 req_msg->offset32 = cpu_to_be32((be32_to_cpu(qpn) << 8) | in cm_req_set_local_qpn()
129 req_msg->offset32 = cpu_to_be32(resp_res | in cm_req_set_resp_res()
142 req_msg->offset36 = cpu_to_be32(init_depth | in cm_req_set_init_depth()
155 req_msg->offset40 = cpu_to_be32((resp_timeout << 3) | in cm_req_set_remote_resp_timeout()
180 req_msg->offset40 = cpu_to_be32((be32_to_cpu( in cm_req_set_qp_type()
185 req_msg->offset40 = cpu_to_be32((be32_to_cpu( in cm_req_set_qp_type()
191 req_msg->offset40 = cpu_to_be32(be32_to_cpu( in cm_req_set_qp_type()
205 req_msg->offset40 = cpu_to_be32((flow_ctrl & 0x1) | in cm_req_set_flow_ctrl()
212 return cpu_to_be32(be32_to_cpu(req_msg->offset44) >> 8); in cm_req_get_starting_psn()
[all …]
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_qp.c357 return cpu_to_be32(hw_access_flags); in get_hw_access_flags()
539 cpu_to_be32((ah->sl << 28) | in mthca_path_set()
544 path->sl_tclass_flowlabel = cpu_to_be32(ah->sl << 28); in mthca_path_set()
571 qp_context->flags = cpu_to_be32((to_mthca_state(new_state) << 28) | in __mthca_modify_qp()
573 qp_context->flags |= cpu_to_be32(MTHCA_QP_BIT_DE); in __mthca_modify_qp()
575 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_MIGRATED << 11); in __mthca_modify_qp()
577 qp_param->opt_param_mask |= cpu_to_be32(MTHCA_QP_OPTPAR_PM_STATE); in __mthca_modify_qp()
580 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_MIGRATED << 11); in __mthca_modify_qp()
583 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_REARM << 11); in __mthca_modify_qp()
586 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_ARMED << 11); in __mthca_modify_qp()
[all …]
HDmthca_srq.c103 context->state_pd = cpu_to_be32(pd->pd_num); in mthca_tavor_init_srq_context()
104 context->lkey = cpu_to_be32(srq->mr.ibmr.lkey); in mthca_tavor_init_srq_context()
108 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index); in mthca_tavor_init_srq_context()
110 context->uar = cpu_to_be32(dev->driver_uar.index); in mthca_tavor_init_srq_context()
128 context->state_logsize_srqn = cpu_to_be32(logsize << 24 | srq->srqn); in mthca_arbel_init_srq_context()
129 context->lkey = cpu_to_be32(srq->mr.ibmr.lkey); in mthca_arbel_init_srq_context()
130 context->db_index = cpu_to_be32(srq->db_index); in mthca_arbel_init_srq_context()
131 context->logstride_usrpage = cpu_to_be32((srq->wqe_shift - 4) << 29); in mthca_arbel_init_srq_context()
134 cpu_to_be32(to_mucontext(pd->ibpd.uobject->context)->uar.index); in mthca_arbel_init_srq_context()
136 context->logstride_usrpage |= cpu_to_be32(dev->driver_uar.index); in mthca_arbel_init_srq_context()
[all …]
HDmthca_mcg.c176 if (mgm->qp[i] == cpu_to_be32(ibqp->qp_num | (1U << 31))) { in mthca_multicast_attach()
181 } else if (!(mgm->qp[i] & cpu_to_be32(1U << 31))) { in mthca_multicast_attach()
182 mgm->qp[i] = cpu_to_be32(ibqp->qp_num | (1U << 31)); in mthca_multicast_attach()
213 mgm->next_gid_index = cpu_to_be32(index << 6); in mthca_multicast_attach()
263 if (mgm->qp[i] == cpu_to_be32(ibqp->qp_num | (1U << 31))) in mthca_multicast_detach()
265 if (!(mgm->qp[i] & cpu_to_be32(1U << 31))) in mthca_multicast_detach()
331 mgm->next_gid_index = cpu_to_be32(curr_next_index << 6); in mthca_multicast_detach()
HDmthca_cq.c207 *cq->set_ci_db = cpu_to_be32(cq->cons_index); in update_cons_index()
309 if (cqe->my_qpn == cpu_to_be32(qpn)) { in mthca_cq_clean()
472 if (!(new_wqe & cpu_to_be32(0x3f)) || (!cqe->db_cnt && dbd)) in handle_error_cqe()
748 db_rec[0] = cpu_to_be32(cq->cons_index); in mthca_arbel_arm_cq()
749 db_rec[1] = cpu_to_be32((cq->cqn << 8) | (2 << 5) | (sn << 3) | in mthca_arbel_arm_cq()
829 cq_context->flags = cpu_to_be32(MTHCA_CQ_STATUS_OK | in mthca_init_cq()
832 cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24); in mthca_init_cq()
834 cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index); in mthca_init_cq()
836 cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index); in mthca_init_cq()
837 cq_context->error_eqn = cpu_to_be32(dev->eq_table.eq[MTHCA_EQ_ASYNC].eqn); in mthca_init_cq()
[all …]
HDmthca_wqe.h119 dseg->byte_count = cpu_to_be32(sg->length); in mthca_set_data_seg()
120 dseg->lkey = cpu_to_be32(sg->lkey); in mthca_set_data_seg()
127 dseg->lkey = cpu_to_be32(MTHCA_INVAL_LKEY); in mthca_set_data_seg_inval()
HDmthca_mr.c463 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS | in mthca_mr_alloc()
468 mpt_entry->flags |= cpu_to_be32(MTHCA_MPT_FLAG_PHYSICAL); in mthca_mr_alloc()
470 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12); in mthca_mr_alloc()
471 mpt_entry->key = cpu_to_be32(key); in mthca_mr_alloc()
472 mpt_entry->pd = cpu_to_be32(pd); in mthca_mr_alloc()
647 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS | in mthca_fmr_alloc()
652 mpt_entry->page_size = cpu_to_be32(mr->attr.page_shift - 12); in mthca_fmr_alloc()
653 mpt_entry->key = cpu_to_be32(key); in mthca_fmr_alloc()
654 mpt_entry->pd = cpu_to_be32(pd); in mthca_fmr_alloc()
767 mpt_entry.lkey = cpu_to_be32(key); in mthca_tavor_map_phys_fmr()
[all …]
HDmthca_av.c201 av->port_pd = cpu_to_be32(pd->pd_num | (ah_attr->port_num << 24)); in mthca_create_ah()
206 av->sl_tclass_flowlabel = cpu_to_be32(ah_attr->sl << 28); in mthca_create_ah()
213 cpu_to_be32((ah_attr->grh.traffic_class << 20) | in mthca_create_ah()
218 av->dgid[3] = cpu_to_be32(2); in mthca_create_ah()
279 ah->av->sl_tclass_flowlabel & cpu_to_be32(0xfffff); in mthca_read_ah()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDqp.c99 [IB_WR_SEND] = cpu_to_be32(MLX4_OPCODE_SEND),
100 [IB_WR_LSO] = cpu_to_be32(MLX4_OPCODE_LSO),
101 [IB_WR_SEND_WITH_IMM] = cpu_to_be32(MLX4_OPCODE_SEND_IMM),
102 [IB_WR_RDMA_WRITE] = cpu_to_be32(MLX4_OPCODE_RDMA_WRITE),
103 [IB_WR_RDMA_WRITE_WITH_IMM] = cpu_to_be32(MLX4_OPCODE_RDMA_WRITE_IMM),
104 [IB_WR_RDMA_READ] = cpu_to_be32(MLX4_OPCODE_RDMA_READ),
105 [IB_WR_ATOMIC_CMP_AND_SWP] = cpu_to_be32(MLX4_OPCODE_ATOMIC_CS),
106 [IB_WR_ATOMIC_FETCH_AND_ADD] = cpu_to_be32(MLX4_OPCODE_ATOMIC_FA),
107 [IB_WR_SEND_WITH_INV] = cpu_to_be32(MLX4_OPCODE_SEND_INVAL),
108 [IB_WR_LOCAL_INV] = cpu_to_be32(MLX4_OPCODE_LOCAL_INVAL),
[all …]
HDah.c68 ah->av.ib.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24)); in create_ib_ah()
75 cpu_to_be32((ah_attr->grh.traffic_class << 20) | in create_ib_ah()
87 ah->av.ib.sl_tclass_flowlabel = cpu_to_be32(ah_attr->sl << 28); in create_ib_ah()
111 ah->av.eth.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24)); in create_iboe_ah()
128 ah->av.eth.sl_tclass_flowlabel = cpu_to_be32(ah_attr->sl << 29); in create_iboe_ah()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDen_resources.c49 context->flags = cpu_to_be32(7 << 16 | rss << MLX4_RSS_QPC_FLAG_OFFSET); in mlx4_en_fill_qp_context()
50 context->pd = cpu_to_be32(mdev->priv_pdn); in mlx4_en_fill_qp_context()
58 context->usr_page = cpu_to_be32(mdev->priv_uar.index); in mlx4_en_fill_qp_context()
59 context->local_qpn = cpu_to_be32(qpn); in mlx4_en_fill_qp_context()
76 context->cqn_send = cpu_to_be32(cqn); in mlx4_en_fill_qp_context()
77 context->cqn_recv = cpu_to_be32(cqn); in mlx4_en_fill_qp_context()
80 context->param3 |= cpu_to_be32(1 << 30); in mlx4_en_fill_qp_context()
HDmr.c482 mpt_entry->flags = cpu_to_be32(MLX4_MPT_FLAG_MIO | in mlx4_mr_enable()
486 mpt_entry->key = cpu_to_be32(key_to_hw_index(mr->key)); in mlx4_mr_enable()
487 mpt_entry->pd_flags = cpu_to_be32(mr->pd | MLX4_MPT_PD_FLAG_EN_INV); in mlx4_mr_enable()
490 mpt_entry->entity_size = cpu_to_be32(mr->mtt.page_shift); in mlx4_mr_enable()
493 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_PHYSICAL); in mlx4_mr_enable()
502 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mr_enable()
503 mpt_entry->pd_flags |= cpu_to_be32(MLX4_MPT_PD_FLAG_FAST_REG | in mlx4_mr_enable()
505 mpt_entry->mtt_sz = cpu_to_be32(1 << mr->mtt.order); in mlx4_mr_enable()
507 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_SW_OWNS); in mlx4_mr_enable()
693 mpt_entry->key = cpu_to_be32(key_to_hw_index(mw->key)); in mlx4_mw_enable()
[all …]
HDen_tx.c259 ring->context.usr_page = cpu_to_be32(ring->bf.uar->index); in mlx4_en_activate_tx_ring()
301 const __be32 stamp = cpu_to_be32(STAMP_VAL | in mlx4_en_stamp_wqe()
673 CTRL_FLAGS = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE | in mlx4_en_xmit()
731 cpu_to_be32(MLX4_EN_BIT_DESC_OWN) : 0; in mlx4_en_xmit()
746 tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_IP_CSUM); in mlx4_en_xmit()
750 tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_TCP_UDP_CSUM); in mlx4_en_xmit()
776 opcode = cpu_to_be32(MLX4_OPCODE_LSO | MLX4_WQE_CTRL_RR) | in mlx4_en_xmit()
784 tx_desc->lso.mss_hdr_size = cpu_to_be32((mss << 16) | ihs); in mlx4_en_xmit()
799 opcode = cpu_to_be32(MLX4_OPCODE_SEND) | in mlx4_en_xmit()
913 dseg->lkey = cpu_to_be32(priv->mdev->mr.key); in mlx4_en_xmit()
[all …]
HDcq.c167 cq_context->logsize_usrpage = cpu_to_be32(ilog2(entries) << 24); in mlx4_cq_resize()
171 cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff); in mlx4_cq_resize()
193 cq_context->flags |= cpu_to_be32(MLX4_CQ_FLAG_OI); in mlx4_cq_ignore_overrun()
310 cq_context->flags = cpu_to_be32(!!collapsed << 18); in mlx4_cq_alloc()
312 cq_context->flags |= cpu_to_be32(1 << 19); in mlx4_cq_alloc()
314 cq_context->logsize_usrpage = cpu_to_be32((ilog2(nent) << 24) | uar->index); in mlx4_cq_alloc()
320 cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff); in mlx4_cq_alloc()
/NextBSD/sys/dev/ifmlx4/
HDen_resources.c49 context->flags = cpu_to_be32(7 << 16 | rss << MLX4_RSS_QPC_FLAG_OFFSET); in mlx4_en_fill_qp_context()
50 context->pd = cpu_to_be32(mdev->priv_pdn); in mlx4_en_fill_qp_context()
58 context->usr_page = cpu_to_be32(mdev->priv_uar.index); in mlx4_en_fill_qp_context()
59 context->local_qpn = cpu_to_be32(qpn); in mlx4_en_fill_qp_context()
76 context->cqn_send = cpu_to_be32(cqn); in mlx4_en_fill_qp_context()
77 context->cqn_recv = cpu_to_be32(cqn); in mlx4_en_fill_qp_context()
80 context->param3 |= cpu_to_be32(1 << 30); in mlx4_en_fill_qp_context()
HDmr.c482 mpt_entry->flags = cpu_to_be32(MLX4_MPT_FLAG_MIO | in mlx4_mr_enable()
486 mpt_entry->key = cpu_to_be32(key_to_hw_index(mr->key)); in mlx4_mr_enable()
487 mpt_entry->pd_flags = cpu_to_be32(mr->pd | MLX4_MPT_PD_FLAG_EN_INV); in mlx4_mr_enable()
490 mpt_entry->entity_size = cpu_to_be32(mr->mtt.page_shift); in mlx4_mr_enable()
493 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_PHYSICAL); in mlx4_mr_enable()
502 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_FREE); in mlx4_mr_enable()
503 mpt_entry->pd_flags |= cpu_to_be32(MLX4_MPT_PD_FLAG_FAST_REG | in mlx4_mr_enable()
505 mpt_entry->mtt_sz = cpu_to_be32(1 << mr->mtt.order); in mlx4_mr_enable()
507 mpt_entry->flags |= cpu_to_be32(MLX4_MPT_FLAG_SW_OWNS); in mlx4_mr_enable()
693 mpt_entry->key = cpu_to_be32(key_to_hw_index(mw->key)); in mlx4_mw_enable()
[all …]
HDen_tx.c231 ring->context.usr_page = cpu_to_be32(ring->bf.uar->index); in mlx4_en_activate_tx_ring()
255 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); in mlx4_en_stamp_wqe()
272 stamp ^= cpu_to_be32(0x80000000); in mlx4_en_stamp_wqe()
682 inl->byte_count = cpu_to_be32(1 << 31 | in build_inline_wqe()
689 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
694 inl->byte_count = cpu_to_be32(1 << 31 | (len - spc)); in build_inline_wqe()
880 data->lkey = cpu_to_be32(mdev->mr.key); in mlx4_en_xmit()
882 data->byte_count = cpu_to_be32(m->m_len); in mlx4_en_xmit()
903 tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_IP_CSUM); in mlx4_en_xmit()
906 tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_TCP_UDP_CSUM); in mlx4_en_xmit()
[all …]
HDcq.c167 cq_context->logsize_usrpage = cpu_to_be32(ilog2(entries) << 24); in mlx4_cq_resize()
171 cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff); in mlx4_cq_resize()
193 cq_context->flags |= cpu_to_be32(MLX4_CQ_FLAG_OI); in mlx4_cq_ignore_overrun()
310 cq_context->flags = cpu_to_be32(!!collapsed << 18); in mlx4_cq_alloc()
312 cq_context->flags |= cpu_to_be32(1 << 19); in mlx4_cq_alloc()
314 cq_context->logsize_usrpage = cpu_to_be32((ilog2(nent) << 24) | uar->index); in mlx4_cq_alloc()
320 cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff); in mlx4_cq_alloc()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDqp.c207 res_wr->op_nres = cpu_to_be32( in create_qp()
211 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in create_qp()
220 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
225 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
233 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid); in create_qp()
241 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
246 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
254 res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid); in create_qp()
321 immdp->immdlen = cpu_to_be32(plen); in build_immd()
369 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
[all …]
HDmem.c61 cmd = cpu_to_be32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in write_adapter_mem()
63 cmd |= cpu_to_be32(F_ULP_MEMIO_ORDER); in write_adapter_mem()
65 cmd |= cpu_to_be32(F_T5_ULP_MEMIO_IMM); in write_adapter_mem()
86 ulpmc->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_ULPTX_WR) | in write_adapter_mem()
90 ulpmc->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_ULPTX_WR)); in write_adapter_mem()
91 ulpmc->wr.wr_mid = cpu_to_be32( in write_adapter_mem()
95 ulpmc->dlen = cpu_to_be32(V_ULP_MEMIO_DATA_LEN( in write_adapter_mem()
97 ulpmc->len16 = cpu_to_be32(DIV_ROUND_UP(wr_len-sizeof(ulpmc->wr), in write_adapter_mem()
99 ulpmc->lock_addr = cpu_to_be32(V_ULP_MEMIO_ADDR(addr + i * 3)); in write_adapter_mem()
102 ulpsc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in write_adapter_mem()
[all …]
HDcq.c68 res_wr->op_nres = cpu_to_be32( in destroy_cq()
72 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in destroy_cq()
77 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq()
139 res_wr->op_nres = cpu_to_be32( in create_cq()
143 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in create_cq()
148 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq()
150 res->u.cq.iqandst_to_iqandstindex = cpu_to_be32( in create_cq()
204 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in insert_recv_cqe()
237 cqe.header = cpu_to_be32(V_CQE_STATUS(T4_ERR_SWFLUSH) | in insert_sq_cqe()
281 swcqe->header |= cpu_to_be32(V_CQE_SWCQE(1)); in c4iw_flush_hw_cq()
[all …]
/NextBSD/contrib/ofed/libcxgb4/src/
HDqp.c111 immdp->immdlen = cpu_to_be32(plen); in build_immd()
151 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
154 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
186 wqe->send.plen = cpu_to_be32(plen); in build_rdma_send()
200 wqe->write.stag_sink = cpu_to_be32(wr->wr.rdma.rkey); in build_rdma_write()
227 wqe->write.plen = cpu_to_be32(plen); in build_rdma_write()
236 wqe->read.stag_src = cpu_to_be32(wr->wr.rdma.rkey); in build_rdma_read()
237 wqe->read.to_src_hi = cpu_to_be32((u32)(wr->wr.rdma.remote_addr >>32)); in build_rdma_read()
238 wqe->read.to_src_lo = cpu_to_be32((u32)wr->wr.rdma.remote_addr); in build_rdma_read()
239 wqe->read.stag_sink = cpu_to_be32(wr->sg_list[0].lkey); in build_rdma_read()
[all …]
/NextBSD/sys/dev/mlx5/
HDcq.h121 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff); in mlx5_cq_set_ci()
141 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
148 doorbell[0] = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
149 doorbell[1] = cpu_to_be32(cq->cqn); in mlx5_cq_arm()
/NextBSD/sys/ofed/include/linux/mlx4/
HDcq.h152 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci); in mlx4_cq_arm()
160 doorbell[0] = cpu_to_be32(sn << 28 | cmd | cq->cqn); in mlx4_cq_arm()
161 doorbell[1] = cpu_to_be32(ci); in mlx4_cq_arm()
168 *cq->set_ci_db = cpu_to_be32(cq->cons_index & 0xffffff); in mlx4_cq_set_ci()
/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_cq.c149 din.cqn = cpu_to_be32(cq->cqn); in mlx5_core_create_cq()
187 in.cqn = cpu_to_be32(cq->cqn); in mlx5_core_destroy_cq()
215 in.cqn = cpu_to_be32(cq->cqn); in mlx5_core_query_cq()
256 in.cqn = cpu_to_be32(cq->cqn); in mlx5_core_modify_cq_moderation()
259 in.field_select = cpu_to_be32(MLX5_CQ_MODIFY_PERIOD | in mlx5_core_modify_cq_moderation()

1234