Home
last modified time | relevance | path

Searched refs:ieth (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h924 struct rxe_ieth *ieth = arg; in __ieth_rkey() local
926 return be32_to_cpu(ieth->rkey); in __ieth_rkey()
931 struct rxe_ieth *ieth = arg; in __ieth_set_rkey() local
933 ieth->rkey = cpu_to_be32(rkey); in __ieth_set_rkey()
/openbmc/linux/include/rdma/
H A Dib_hdrs.h78 __be32 ieth; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c427 be32_to_cpu(eh->ieth)); in parse_everbs_hdrs()
H A Drc.c574 ohdr->u.ieth = cpu_to_be32( in hfi1_make_rc_req()
930 ohdr->u.ieth = cpu_to_be32(wqe->wr.ex.invalidate_rkey); in hfi1_make_rc_req()
2910 rkey = be32_to_cpu(ohdr->u.ieth); in hfi1_rc_rcv()