• Home
  • Raw
  • Download

Lines Matching defs:qp

82 void rxe_resp_queue_pkt(struct rxe_qp *qp, struct sk_buff *skb)  in rxe_resp_queue_pkt()
95 static inline enum resp_states get_req(struct rxe_qp *qp, in get_req()
120 static enum resp_states check_psn(struct rxe_qp *qp, in check_psn()
164 static enum resp_states check_op_seq(struct rxe_qp *qp, in check_op_seq()
254 static enum resp_states check_op_valid(struct rxe_qp *qp, in check_op_valid()
292 static enum resp_states get_srq_wqe(struct rxe_qp *qp) in get_srq_wqe()
342 static enum resp_states check_resource(struct rxe_qp *qp, in check_resource()
388 static enum resp_states check_length(struct rxe_qp *qp, in check_length()
403 static enum resp_states check_rkey(struct rxe_qp *qp, in check_rkey()
517 static enum resp_states send_data_in(struct rxe_qp *qp, void *data_addr, in send_data_in()
531 static enum resp_states write_data_in(struct rxe_qp *qp, in write_data_in()
555 static enum resp_states process_atomic(struct rxe_qp *qp, in process_atomic()
594 static struct sk_buff *prepare_ack_packet(struct rxe_qp *qp, in prepare_ack_packet()
647 static enum resp_states read_reply(struct rxe_qp *qp, in read_reply()
755 static int invalidate_rkey(struct rxe_qp *qp, u32 rkey) in invalidate_rkey()
766 static enum resp_states execute(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in execute()
836 static enum resp_states do_complete(struct rxe_qp *qp, in do_complete()
944 static int send_ack(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in send_ack()
966 static int send_atomic_ack(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in send_atomic_ack()
1002 static enum resp_states acknowledge(struct rxe_qp *qp, in acknowledge()
1018 static enum resp_states cleanup(struct rxe_qp *qp, in cleanup()
1038 static struct resp_res *find_resource(struct rxe_qp *qp, u32 psn) in find_resource()
1057 static enum resp_states duplicate_request(struct rxe_qp *qp, in duplicate_request()
1139 static void do_class_ac_error(struct rxe_qp *qp, u8 syndrome, in do_class_ac_error()
1149 static enum resp_states do_class_d1e_error(struct rxe_qp *qp) in do_class_d1e_error()
1183 static void rxe_drain_req_pkts(struct rxe_qp *qp, bool notify) in rxe_drain_req_pkts()
1203 struct rxe_qp *qp = (struct rxe_qp *)arg; in rxe_responder() local