Home
last modified time | relevance | path

Searched refs:ateth (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/rdma/
H A Dib_hdrs.h130 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...]
/kernel/linux/linux-6.6/include/rdma/
H A Dib_hdrs.h130 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...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dopfn.h79 struct ib_atomic_eth *ateth);
H A Dopfn.c136 struct ib_atomic_eth *ateth) in opfn_conn_response()
139 u64 data = be64_to_cpu(ateth->compare_data); in opfn_conn_response()
135 opfn_conn_response(struct rvt_qp *qp, struct rvt_ack_entry *e, struct ib_atomic_eth *ateth) opfn_conn_response() argument
H A Drc.c3126 struct ib_atomic_eth *ateth = &ohdr->u.atomic_eth; in hfi1_rc_rcv() local
3127 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dopfn.h79 struct ib_atomic_eth *ateth);
H A Dopfn.c136 struct ib_atomic_eth *ateth) in opfn_conn_response()
139 u64 data = be64_to_cpu(ateth->compare_data); in opfn_conn_response()
135 opfn_conn_response(struct rvt_qp *qp, struct rvt_ack_entry *e, struct ib_atomic_eth *ateth) opfn_conn_response() argument
H A Drc.c3085 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_rc.c2005 struct ib_atomic_eth *ateth; in qib_rc_rcv() local
2029 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_rc.c2008 struct ib_atomic_eth *ateth; in qib_rc_rcv() local
2032 ateth = &ohdr->u.atomic_eth; in qib_rc_rcv()
2033 vaddr = get_ib_ateth_vaddr(ateth); in qib_rc_rcv()
2036 rkey = be32_to_cpu(ateth->rkey); in qib_rc_rcv()
2044 sdata = get_ib_ateth_swap(ateth); in qib_rc_rcv()
2048 get_ib_ateth_compare(ateth), in qib_rc_rcv()

Completed in 15 milliseconds