Lines Matching refs:rxe_qp

51 void rxe_resp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb)  in rxe_resp_queue_pkt()
67 static inline enum resp_states get_req(struct rxe_qp *qp, in get_req()
92 static enum resp_states check_psn(struct rxe_qp *qp, in check_psn()
136 static enum resp_states check_op_seq(struct rxe_qp *qp, in check_op_seq()
226 static bool check_qp_attr_access(struct rxe_qp *qp, in check_qp_attr_access()
250 static enum resp_states check_op_valid(struct rxe_qp *qp, in check_op_valid()
281 static enum resp_states get_srq_wqe(struct rxe_qp *qp) in get_srq_wqe()
332 static enum resp_states check_resource(struct rxe_qp *qp, in check_resource()
378 static enum resp_states rxe_resp_check_length(struct rxe_qp *qp, in rxe_resp_check_length()
428 static void qp_resp_from_reth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_reth()
442 static void qp_resp_from_atmeth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_atmeth()
454 static enum resp_states check_rkey(struct rxe_qp *qp, in check_rkey()
583 static enum resp_states send_data_in(struct rxe_qp *qp, void *data_addr, in send_data_in()
597 static enum resp_states write_data_in(struct rxe_qp *qp, in write_data_in()
618 static struct resp_res *rxe_prepare_res(struct rxe_qp *qp, in rxe_prepare_res()
663 static enum resp_states process_flush(struct rxe_qp *qp, in process_flush()
708 static enum resp_states atomic_reply(struct rxe_qp *qp, in atomic_reply()
743 static enum resp_states atomic_write_reply(struct rxe_qp *qp, in atomic_write_reply()
781 static struct sk_buff *prepare_ack_packet(struct rxe_qp *qp, in prepare_ack_packet()
847 static struct rxe_mr *rxe_recheck_mr(struct rxe_qp *qp, u32 rkey) in rxe_recheck_mr()
886 static enum resp_states read_reply(struct rxe_qp *qp, in read_reply()
990 static int invalidate_rkey(struct rxe_qp *qp, u32 rkey) in invalidate_rkey()
1001 static enum resp_states execute(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in execute()
1072 static enum resp_states do_complete(struct rxe_qp *qp, in do_complete()
1177 static int send_common_ack(struct rxe_qp *qp, u8 syndrome, u32 psn, in send_common_ack()
1195 static int send_ack(struct rxe_qp *qp, u8 syndrome, u32 psn) in send_ack()
1201 static int send_atomic_ack(struct rxe_qp *qp, u8 syndrome, u32 psn) in send_atomic_ack()
1213 static int send_read_response_ack(struct rxe_qp *qp, u8 syndrome, u32 psn) in send_read_response_ack()
1226 static enum resp_states acknowledge(struct rxe_qp *qp, in acknowledge()
1244 static enum resp_states cleanup(struct rxe_qp *qp, in cleanup()
1264 static struct resp_res *find_resource(struct rxe_qp *qp, u32 psn) in find_resource()
1283 static enum resp_states duplicate_request(struct rxe_qp *qp, in duplicate_request()
1380 static void do_class_ac_error(struct rxe_qp *qp, u8 syndrome, in do_class_ac_error()
1390 static enum resp_states do_class_d1e_error(struct rxe_qp *qp) in do_class_d1e_error()
1424 static void rxe_drain_req_pkts(struct rxe_qp *qp, bool notify) in rxe_drain_req_pkts()
1444 struct rxe_qp *qp = (struct rxe_qp *)arg; in rxe_responder()