Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_hdr.h879 struct rxe_ieth *ieth = arg; in __ieth_rkey() local
881 return be32_to_cpu(ieth->rkey); in __ieth_rkey()
886 struct rxe_ieth *ieth = arg; in __ieth_set_rkey() local
888 ieth->rkey = cpu_to_be32(rkey); in __ieth_set_rkey()
/linux-6.1.9/include/rdma/
Dib_hdrs.h78 __be32 ieth; member
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dtrace.c427 be32_to_cpu(eh->ieth)); in parse_everbs_hdrs()
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()