Lines Matching refs:cpu_to_be32
151 wqe->flags = cpu_to_be32(MODQP_WRITE_EC); in cxio_hal_clear_qp_ctx()
357 cqe.header = cpu_to_be32(V_CQE_STATUS(TPT_ERR_SWFLUSH) | in insert_recv_cqe()
394 cqe.header = cpu_to_be32(V_CQE_STATUS(TPT_ERR_SWFLUSH) | in insert_sq_cqe()
439 swcqe->header |= cpu_to_be32(V_CQE_SWCQE(1)); in cxio_flush_hw_cq()
569 wqe->flags = cpu_to_be32(MODQP_WRITE_EC); in cxio_hal_init_ctrl_qp()
729 tpt.valid_stag_pdid = cpu_to_be32(F_TPT_VALID | in __cxio_tpt_op()
734 tpt.flags_pagesize_qpid = cpu_to_be32(V_TPT_PERM(perm) | in __cxio_tpt_op()
738 tpt.rsvd_pbl_addr = cpu_to_be32(V_TPT_PBL_ADDR(PBL_OFF(rdev_p, pbl_addr)>>3)); in __cxio_tpt_op()
739 tpt.len = cpu_to_be32(len); in __cxio_tpt_op()
740 tpt.va_hi = cpu_to_be32((u32) (to >> 32)); in __cxio_tpt_op()
741 tpt.va_low_or_fbo = cpu_to_be32((u32) (to & 0xFFFFFFFFULL)); in __cxio_tpt_op()
743 tpt.rsvd_pbl_size = cpu_to_be32(V_TPT_PBL_SIZE(pbl_size >> 2)); in __cxio_tpt_op()
842 wqe->wrh.op_seop_flags = cpu_to_be32(V_FW_RIWR_OP(T3_WR_INIT)); in cxio_rdma_init()
843 wqe->wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(attr->tid) | in cxio_rdma_init()
846 wqe->qpid = cpu_to_be32(attr->qpid); in cxio_rdma_init()
847 wqe->pdid = cpu_to_be32(attr->pdid); in cxio_rdma_init()
848 wqe->scqid = cpu_to_be32(attr->scqid); in cxio_rdma_init()
849 wqe->rcqid = cpu_to_be32(attr->rcqid); in cxio_rdma_init()
850 wqe->rq_addr = cpu_to_be32(attr->rq_addr - rdev_p->rnic_info.rqt_base); in cxio_rdma_init()
851 wqe->rq_size = cpu_to_be32(attr->rq_size); in cxio_rdma_init()
859 wqe->ord = cpu_to_be32(attr->ord); in cxio_rdma_init()
860 wqe->ird = cpu_to_be32(attr->ird); in cxio_rdma_init()
862 wqe->qp_dma_size = cpu_to_be32(attr->qp_dma_size); in cxio_rdma_init()
863 wqe->irs = cpu_to_be32(attr->irs); in cxio_rdma_init()