Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.c142 (unsigned long long)ib_u64_get(eh->atomic_eth.vaddr), in parse_everbs_hdrs()
143 eh->atomic_eth.rkey, in parse_everbs_hdrs()
145 (__be32 *)&eh->atomic_eth.swap_data), in parse_everbs_hdrs()
147 (__be32 *)&eh->atomic_eth.compare_data)); in parse_everbs_hdrs()
Drc.c490 ohdr->u.atomic_eth.swap_data = cpu_to_be64( in hfi1_make_rc_req()
492 ohdr->u.atomic_eth.compare_data = cpu_to_be64( in hfi1_make_rc_req()
496 ohdr->u.atomic_eth.swap_data = cpu_to_be64( in hfi1_make_rc_req()
498 ohdr->u.atomic_eth.compare_data = 0; in hfi1_make_rc_req()
500 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32( in hfi1_make_rc_req()
502 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32( in hfi1_make_rc_req()
504 ohdr->u.atomic_eth.rkey = cpu_to_be32( in hfi1_make_rc_req()
2282 ateth = &ohdr->u.atomic_eth; in hfi1_rc_rcv()
Dverbs.h171 struct ib_atomic_eth atomic_eth; member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_rc.c435 ohdr->u.atomic_eth.swap_data = cpu_to_be64( in ipath_make_rc_req()
437 ohdr->u.atomic_eth.compare_data = cpu_to_be64( in ipath_make_rc_req()
441 ohdr->u.atomic_eth.swap_data = cpu_to_be64( in ipath_make_rc_req()
443 ohdr->u.atomic_eth.compare_data = 0; in ipath_make_rc_req()
445 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32( in ipath_make_rc_req()
447 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32( in ipath_make_rc_req()
449 ohdr->u.atomic_eth.rkey = cpu_to_be32( in ipath_make_rc_req()
1892 ateth = &ohdr->u.atomic_eth; in ipath_rc_rcv()
Dipath_verbs.h125 struct ib_atomic_eth atomic_eth; member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c462 ohdr->u.atomic_eth.swap_data = cpu_to_be64( in qib_make_rc_req()
464 ohdr->u.atomic_eth.compare_data = cpu_to_be64( in qib_make_rc_req()
468 ohdr->u.atomic_eth.swap_data = cpu_to_be64( in qib_make_rc_req()
470 ohdr->u.atomic_eth.compare_data = 0; in qib_make_rc_req()
472 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32( in qib_make_rc_req()
474 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32( in qib_make_rc_req()
476 ohdr->u.atomic_eth.rkey = cpu_to_be32( in qib_make_rc_req()
2192 ateth = &ohdr->u.atomic_eth; in qib_rc_rcv()
Dqib_verbs.h179 struct ib_atomic_eth atomic_eth; member