Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_rc.c424 &ohdr->u.atomic_eth); in qib_make_rc_req()
426 &ohdr->u.atomic_eth); in qib_make_rc_req()
430 &ohdr->u.atomic_eth); in qib_make_rc_req()
431 put_ib_ateth_compare(0, &ohdr->u.atomic_eth); in qib_make_rc_req()
434 &ohdr->u.atomic_eth); in qib_make_rc_req()
435 ohdr->u.atomic_eth.rkey = cpu_to_be32( in qib_make_rc_req()
2032 ateth = &ohdr->u.atomic_eth; in qib_rc_rcv()
/openbmc/linux/include/rdma/
H A Dib_hdrs.h79 struct ib_atomic_eth atomic_eth; member