Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 23 of 23) sorted by relevance

/include/rdma/
A Dib_hdrs.h211 return be32_to_cpu(ohdr->u.ud.deth[0]); in ib_get_qkey()
216 return ((be32_to_cpu(ohdr->u.ud.deth[1])) & IB_QPN_MASK); in ib_get_sqpn()
239 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_PAD_SHIFT) & in ib_bth_get_pad()
245 return (be32_to_cpu(ohdr->bth[0]) & IB_BTH_PKEY_MASK); in ib_bth_get_pkey()
250 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_OPCODE_SHIFT) & in ib_bth_get_opcode()
256 return (u8)((be32_to_cpu(ohdr->bth[2]) >> IB_BTH_A_SHIFT) & in ib_bth_get_ackreq()
262 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_M_SHIFT) & in ib_bth_get_migreq()
268 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_SE_SHIFT) & in ib_bth_get_se()
274 return (u32)(be32_to_cpu(ohdr->bth[2])); in ib_bth_get_psn()
279 return (u32)((be32_to_cpu(ohdr->bth[1])) & IB_QPN_MASK); in ib_bth_get_qpn()
[all …]
A Dopa_addr.h60 if ((be32_to_cpu(dlid) >= in opa_is_extended_lid()
62 (be32_to_cpu(slid) >= in opa_is_extended_lid()
72 return (be32_to_cpu(OPA_LID_PERMISSIVE) << (32 - nr_top_bits)); in opa_get_mcast_base()
A Diba.h34 return be32_to_cpu(*ptr); in _iba_get32()
39 *ptr = cpu_to_be32((be32_to_cpu(*ptr) & ~mask) | prep_value); in _iba_set32()
A Dib_sa.h221 if ((be32_to_cpu(opa->opa.dlid) >= in path_conv_opa_to_ib()
223 (be32_to_cpu(opa->opa.slid) >= in path_conv_opa_to_ib()
227 = OPA_MAKE_ID(be32_to_cpu(opa->opa.dlid)); in path_conv_opa_to_ib()
231 = OPA_MAKE_ID(be32_to_cpu(opa->opa.slid)); in path_conv_opa_to_ib()
A Dib_mad.h318 return (u8)(be32_to_cpu(cpi->cap_mask2_resp_time) & in ib_get_cpi_resp_time()
344 return (be32_to_cpu(cpi->cap_mask2_resp_time) >> in ib_get_cpi_capmask2()
371 return (be32_to_cpu(cpi->cap_mask2_resp_time) >> in opa_get_cpi_capmask2()
/include/linux/sunrpc/
A Dsvcsock.h50 return be32_to_cpu(svsk->sk_marker) & RPC_FRAGMENT_SIZE_MASK; in svc_sock_reclen()
55 return be32_to_cpu(svsk->sk_marker) & RPC_LAST_STREAM_FRAGMENT; in svc_sock_final_rec()
/include/linux/byteorder/
A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu macro
183 *var = cpu_to_be32(be32_to_cpu(*var) + val); in be32_add_cpu()
204 dst[i] = be32_to_cpu(src[i]); in be32_to_cpu_array()
/include/trace/events/
A Dib_umad.h94 __entry->retires, __entry->length, be32_to_cpu(__entry->qpn),
95 be32_to_cpu(__entry->qkey), be16_to_cpu(__entry->lid),
99 be32_to_cpu(__entry->flow_label), __entry->pkey_index,
105 be32_to_cpu(__entry->attr_mod)
A Drpcgss.h227 __entry->xid = be32_to_cpu(rqstp->rq_xid);
247 __entry->xid = be32_to_cpu(rqstp->rq_xid);
301 __entry->xid = be32_to_cpu(rqstp->rq_xid);
328 __entry->xid = be32_to_cpu(rqstp->rq_xid);
411 __entry->xid = be32_to_cpu(rqst->rq_xid);
441 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
475 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
503 __entry->xid = be32_to_cpu(rqstp->rq_xid);
540 __entry->xid = be32_to_cpu(rqstp->rq_xid);
A Dib_mad.h101 be32_to_cpu(__entry->attr_mod),
102 be32_to_cpu(__entry->dlid), __entry->sl,
241 be32_to_cpu(__entry->attr_mod),
324 be64_to_cpu(__entry->mkey), be32_to_cpu(__entry->dr_slid),
325 be32_to_cpu(__entry->dr_dlid),
A Dsunrpc.h515 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
1058 __entry->xid = be32_to_cpu(xid);
1100 __entry->xid = be32_to_cpu(rqst->rq_xid);
1136 __entry->xid = be32_to_cpu(rqst->rq_xid);
1292 __entry->xid = be32_to_cpu(rqst->rq_xid);
1362 __entry->xid = be32_to_cpu(xs->recv.xid);
1590 __entry->xid = be32_to_cpu(*p);
1637 __entry->xid = be32_to_cpu(xid);
1729 __entry->xid = be32_to_cpu((r)->rq_xid); \
1785 __entry->xid = be32_to_cpu(rqst->rq_xid);
[all …]
A Dfsi_master_ast_cf.h61 __entry->rdata = be32_to_cpu(rdata);
A Drpcrdma.h304 __entry->xid = be32_to_cpu(rep->rr_xid);
305 __entry->version = be32_to_cpu(rep->rr_vers);
306 __entry->proc = be32_to_cpu(rep->rr_proc);
610 __entry->xid = be32_to_cpu(rqst->rq_xid);
860 __entry->xid = be32_to_cpu(rqst->rq_xid);
896 __entry->xid = be32_to_cpu(rqst->rq_xid);
923 __entry->xid = be32_to_cpu(rqst->rq_xid);
1273 __entry->xid = be32_to_cpu(rep->rr_xid);
1308 __entry->xid = be32_to_cpu(rqst->rq_xid);
1335 __entry->xid = be32_to_cpu(rqst->rq_xid);
[all …]
/include/linux/
A Dlibfdt_env.h17 #define fdt32_to_cpu(x) be32_to_cpu(x)
A Dvirtio_byteorder.h37 return be32_to_cpu((__force __be32)val); in __virtio32_to_cpu()
A Dunaligned.h53 return be32_to_cpu(__get_unaligned_t(__be32, p)); in get_unaligned_be32()
A Dtpm_eventlog.h16 #define do_endian_conversion(x) be32_to_cpu(x)
A Djbd2.h1737 int num_fc_blocks = be32_to_cpu(jsb->s_num_fc_blks); in jbd2_journal_get_num_fc_blks()
A Dof.h240 r = (r << 32) | be32_to_cpu(*cell); in of_read_number()
/include/soc/fsl/
A Dqman.h141 return be32_to_cpu(fd->cfg) & QM_FD_FORMAT_MASK; in qm_fd_get_format()
146 return (be32_to_cpu(fd->cfg) & QM_FD_OFF_MASK) >> QM_FD_OFF_SHIFT; in qm_fd_get_offset()
151 return be32_to_cpu(fd->cfg) & QM_FD_LEN_MASK; in qm_fd_get_length()
156 return be32_to_cpu(fd->cfg) & QM_FD_LEN_BIG_MASK; in qm_fd_get_len_big()
220 return be32_to_cpu(sg->cfg) & QM_SG_FIN; in qm_sg_entry_is_final()
225 return be32_to_cpu(sg->cfg) & QM_SG_EXT; in qm_sg_entry_is_ext()
230 return be32_to_cpu(sg->cfg) & QM_SG_LEN_MASK; in qm_sg_entry_get_len()
273 #define qm_fqid_get(p) (be32_to_cpu((p)->fqid) & QM_FQID_MASK)
/include/linux/rpmsg/
A Dbyteorder.h40 return be32_to_cpu((__force __be32)val); in __rpmsg32_to_cpu()
/include/linux/mlx5/
A Ddevice.h78 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
91 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
96 #define MLX5_GET(typ, p, fld) ((be32_to_cpu(*((__be32 *)(p) +\
954 hi = be32_to_cpu(cqe->timestamp_h); in get_cqe_ts()
955 lo = be32_to_cpu(cqe->timestamp_l); in get_cqe_ts()
962 return be32_to_cpu(cqe->sop_drop_qpn) & 0xFFF; in get_cqe_flow_tag()
/include/net/
A Dvxlan.h430 return be32_to_cpu(vni_field & VXLAN_RCO_MASK) << VXLAN_RCO_SHIFT; in vxlan_rco_start()

Completed in 78 milliseconds