Home
last modified time | relevance | path

Searched refs:resp_states (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
H A Drxe_resp.c56 static inline enum resp_states get_req(struct rxe_qp *qp, in get_req()
70 static enum resp_states check_psn(struct rxe_qp *qp, in check_psn()
114 static enum resp_states check_op_seq(struct rxe_qp *qp, in check_op_seq()
228 static enum resp_states check_op_valid(struct rxe_qp *qp, in check_op_valid()
259 static enum resp_states get_srq_wqe(struct rxe_qp *qp) in get_srq_wqe()
310 static enum resp_states check_resource(struct rxe_qp *qp, in check_resource()
338 static enum resp_states rxe_resp_check_length(struct rxe_qp *qp, in rxe_resp_check_length()
430 static enum resp_states check_rkey(struct rxe_qp *qp, in check_rkey()
440 enum resp_states state; in check_rkey()
565 static enum resp_states send_data_in(struct rxe_qp *qp, void *data_addr, in send_data_in()
[all …]
H A Drxe_loc.h73 enum resp_states rxe_mr_do_atomic_op(struct rxe_mr *mr, u64 iova, int opcode,
75 enum resp_states rxe_mr_do_atomic_write(struct rxe_mr *mr, u64 iova, u64 value);
201 enum resp_states rxe_odp_atomic_op(struct rxe_mr *mr, u64 iova, int opcode,
205 enum resp_states rxe_odp_do_atomic_write(struct rxe_mr *mr, u64 iova, u64 value);
221 static inline enum resp_states
232 static inline enum resp_states rxe_odp_do_atomic_write(struct rxe_mr *mr, in rxe_odp_do_atomic_write()
H A Drxe_odp.c262 static enum resp_states rxe_odp_do_atomic_op(struct rxe_mr *mr, u64 iova, in rxe_odp_do_atomic_op()
313 enum resp_states rxe_odp_atomic_op(struct rxe_mr *mr, u64 iova, int opcode, in rxe_odp_atomic_op()
369 enum resp_states rxe_odp_do_atomic_write(struct rxe_mr *mr, u64 iova, u64 value) in rxe_odp_do_atomic_write()
H A Drxe_mr.c564 enum resp_states rxe_mr_do_atomic_op(struct rxe_mr *mr, u64 iova, int opcode, in rxe_mr_do_atomic_op()
624 enum resp_states rxe_mr_do_atomic_write(struct rxe_mr *mr, u64 iova, u64 value) in rxe_mr_do_atomic_write()
H A Drxe_verbs.h130 enum resp_states { enum