Searched refs:ateth (Results 1 – 4 of 4) sorted by relevance
130 static inline u64 get_ib_ateth_vaddr(struct ib_atomic_eth *ateth) in get_ib_ateth_vaddr() argument 132 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() argument 137 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() argument 142 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() argument 147 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() argument 152 return ib_u64_get(&ateth in get_ib_ateth_compare() 155 put_ib_ateth_compare(u64 val,struct ib_atomic_eth * ateth) put_ib_ateth_compare() argument [all...]
79 struct ib_atomic_eth *ateth);
136 struct ib_atomic_eth *ateth) in opfn_conn_response() argument 139 u64 data = be64_to_cpu(ateth->compare_data); in opfn_conn_response()
3085 struct ib_atomic_eth *ateth = &ohdr->u.atomic_eth; in hfi1_rc_rcv() local 3086 u64 vaddr = get_ib_ateth_vaddr(ateth); in hfi1_rc_rcv() 3111 opfn_conn_response(qp, e, ateth); in hfi1_rc_rcv() 3116 rkey = be32_to_cpu(ateth->rkey); in hfi1_rc_rcv() 3124 sdata = get_ib_ateth_swap(ateth); in hfi1_rc_rcv() 3128 get_ib_ateth_compare(ateth), in hfi1_rc_rcv()