Lines Matching refs:rxe_qp

50 void rxe_resp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb)  in rxe_resp_queue_pkt()
56 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()
204 static bool check_qp_attr_access(struct rxe_qp *qp, in check_qp_attr_access()
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()
404 static void qp_resp_from_reth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_reth()
418 static void qp_resp_from_atmeth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_atmeth()
430 static enum resp_states check_rkey(struct rxe_qp *qp, in check_rkey()
565 static enum resp_states send_data_in(struct rxe_qp *qp, void *data_addr, in send_data_in()
579 static enum resp_states write_data_in(struct rxe_qp *qp, in write_data_in()
600 static struct resp_res *rxe_prepare_res(struct rxe_qp *qp, in rxe_prepare_res()
645 static enum resp_states process_flush(struct rxe_qp *qp, in process_flush()
690 static enum resp_states atomic_reply(struct rxe_qp *qp, in atomic_reply()
731 static enum resp_states atomic_write_reply(struct rxe_qp *qp, in atomic_write_reply()
778 static struct sk_buff *prepare_ack_packet(struct rxe_qp *qp, in prepare_ack_packet()
844 static struct rxe_mr *rxe_recheck_mr(struct rxe_qp *qp, u32 rkey) in rxe_recheck_mr()
883 static enum resp_states read_reply(struct rxe_qp *qp, in read_reply()
987 static int invalidate_rkey(struct rxe_qp *qp, u32 rkey) in invalidate_rkey()
998 static enum resp_states execute(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in execute()
1069 static enum resp_states do_complete(struct rxe_qp *qp, in do_complete()
1184 static int send_common_ack(struct rxe_qp *qp, u8 syndrome, u32 psn, in send_common_ack()
1202 static int send_ack(struct rxe_qp *qp, u8 syndrome, u32 psn) in send_ack()
1208 static int send_atomic_ack(struct rxe_qp *qp, u8 syndrome, u32 psn) in send_atomic_ack()
1220 static int send_read_response_ack(struct rxe_qp *qp, u8 syndrome, u32 psn) in send_read_response_ack()
1233 static enum resp_states acknowledge(struct rxe_qp *qp, in acknowledge()
1251 static enum resp_states cleanup(struct rxe_qp *qp, in cleanup()
1271 static struct resp_res *find_resource(struct rxe_qp *qp, u32 psn) in find_resource()
1290 static enum resp_states duplicate_request(struct rxe_qp *qp, in duplicate_request()
1387 static void do_class_ac_error(struct rxe_qp *qp, u8 syndrome, in do_class_ac_error()
1397 static enum resp_states do_class_d1e_error(struct rxe_qp *qp) in do_class_d1e_error()
1432 static void drain_req_pkts(struct rxe_qp *qp) in drain_req_pkts()
1444 static int flush_recv_wqe(struct rxe_qp *qp, struct rxe_recv_wqe *wqe) in flush_recv_wqe()
1472 static void flush_recv_queue(struct rxe_qp *qp, bool notify) in flush_recv_queue()
1506 int rxe_receiver(struct rxe_qp *qp) in rxe_receiver()