Searched refs:ateth (Results 1 – 5 of 5) sorted by relevance
130 static inline u64 get_ib_ateth_vaddr(struct ib_atomic_eth *ateth) in get_ib_ateth_vaddr() argument132 return ib_u64_get(&ateth->vaddr); in get_ib_ateth_vaddr()135 static inline void put_ib_ateth_vaddr(u64 val, struct ib_atomic_eth *ateth) in put_ib_ateth_vaddr() argument137 ib_u64_put(val, &ateth->vaddr); in put_ib_ateth_vaddr()140 static inline u64 get_ib_ateth_swap(struct ib_atomic_eth *ateth) in get_ib_ateth_swap() argument142 return ib_u64_get(&ateth->swap_data); in get_ib_ateth_swap()145 static inline void put_ib_ateth_swap(u64 val, struct ib_atomic_eth *ateth) in put_ib_ateth_swap() argument147 ib_u64_put(val, &ateth->swap_data); in put_ib_ateth_swap()150 static inline u64 get_ib_ateth_compare(struct ib_atomic_eth *ateth) in get_ib_ateth_compare() argument152 return ib_u64_get(&ateth->compare_data); in get_ib_ateth_compare()[all …]
79 struct ib_atomic_eth *ateth);
136 struct ib_atomic_eth *ateth) in opfn_conn_response() argument139 u64 data = be64_to_cpu(ateth->compare_data); in opfn_conn_response()
3126 struct ib_atomic_eth *ateth = &ohdr->u.atomic_eth; in hfi1_rc_rcv() local3127 u64 vaddr = get_ib_ateth_vaddr(ateth); in hfi1_rc_rcv()3152 opfn_conn_response(qp, e, ateth); in hfi1_rc_rcv()3157 rkey = be32_to_cpu(ateth->rkey); in hfi1_rc_rcv()3165 sdata = get_ib_ateth_swap(ateth); in hfi1_rc_rcv()3169 get_ib_ateth_compare(ateth), in hfi1_rc_rcv()
2005 struct ib_atomic_eth *ateth; in qib_rc_rcv() local2029 ateth = &ohdr->u.atomic_eth; in qib_rc_rcv()2030 vaddr = get_ib_ateth_vaddr(ateth); in qib_rc_rcv()2033 rkey = be32_to_cpu(ateth->rkey); in qib_rc_rcv()2041 sdata = get_ib_ateth_swap(ateth); in qib_rc_rcv()2045 get_ib_ateth_compare(ateth), in qib_rc_rcv()