Home
last modified time | relevance | path

Searched refs:atomic_eth (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c405 get_ib_ateth_vaddr(&eh->atomic_eth), in parse_everbs_hdrs()
406 eh->atomic_eth.rkey, in parse_everbs_hdrs()
407 get_ib_ateth_swap(&eh->atomic_eth), in parse_everbs_hdrs()
408 get_ib_ateth_compare(&eh->atomic_eth)); in parse_everbs_hdrs()
H A Drc.c851 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
853 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
857 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
858 put_ib_ateth_compare(0, &ohdr->u.atomic_eth); in hfi1_make_rc_req()
861 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
862 ohdr->u.atomic_eth.rkey = cpu_to_be32( in hfi1_make_rc_req()
3085 struct ib_atomic_eth *ateth = &ohdr->u.atomic_eth; in hfi1_rc_rcv()
/linux/include/rdma/
H A Dib_hdrs.h79 struct ib_atomic_eth atomic_eth; member