Searched refs:rxe_pkt_info (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_hdr.h | 14 struct rxe_pkt_info { struct 290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se() 300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig() 310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad() 320 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver() 330 static inline u16 bth_pkey(struct rxe_pkt_info *pkt) in bth_pkey() 340 static inline u32 bth_qpn(struct rxe_pkt_info *pkt) in bth_qpn() 350 static inline int bth_fecn(struct rxe_pkt_info *pkt) in bth_fecn() 380 static inline int bth_ack(struct rxe_pkt_info *pkt) in bth_ack() 395 static inline u32 bth_psn(struct rxe_pkt_info *pkt) in bth_psn() [all …]
|
A D | rxe_recv.c | 13 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state() 67 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys() 92 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr() 127 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check() 174 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt() 184 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() 227 struct rxe_pkt_info *cpkt; in rxe_rcv_mcast_pkt() 278 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() 311 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv()
|
A D | rxe_resp.c | 93 struct rxe_pkt_info *pkt) in check_psn() 137 struct rxe_pkt_info *pkt) in check_op_seq() 227 struct rxe_pkt_info *pkt) in check_qp_attr_access() 455 struct rxe_pkt_info *pkt) in check_rkey() 619 struct rxe_pkt_info *pkt, in rxe_prepare_res() 744 struct rxe_pkt_info *pkt) in atomic_write_reply() 782 struct rxe_pkt_info *ack, in prepare_ack_packet() 889 struct rxe_pkt_info ack_pkt; in read_reply() 1181 struct rxe_pkt_info ack_pkt; in send_common_ack() 1245 struct rxe_pkt_info *pkt) in cleanup() [all …]
|
A D | rxe_loc.h | 18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp); 96 int paylen, struct rxe_pkt_info *pkt); 97 int rxe_prepare(struct rxe_av *av, struct rxe_pkt_info *pkt, 99 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, 180 int rxe_icrc_check(struct sk_buff *skb, struct rxe_pkt_info *pkt); 181 void rxe_icrc_generate(struct sk_buff *skb, struct rxe_pkt_info *pkt);
|
A D | rxe_comp.c | 144 struct rxe_pkt_info *pkt, in get_wqe() 179 struct rxe_pkt_info *pkt, in check_psn() 222 struct rxe_pkt_info *pkt, in check_ack() 361 struct rxe_pkt_info *pkt, in do_read() 381 struct rxe_pkt_info *pkt, in do_atomic() 477 struct rxe_pkt_info *pkt, in complete_ack() 521 struct rxe_pkt_info *pkt, in complete_wqe() 563 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt() 580 struct rxe_pkt_info *pkt = NULL; in rxe_completer()
|
A D | rxe_icrc.c | 72 static __be32 rxe_icrc_hdr(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_icrc_hdr() 140 int rxe_icrc_check(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_icrc_check() 165 void rxe_icrc_generate(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_icrc_generate()
|
A D | rxe_net.c | 139 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv() 276 static int prepare4(struct rxe_av *av, struct rxe_pkt_info *pkt, in prepare4() 302 static int prepare6(struct rxe_av *av, struct rxe_pkt_info *pkt, in prepare6() 327 int rxe_prepare(struct rxe_av *av, struct rxe_pkt_info *pkt, in rxe_prepare() 356 static int rxe_send(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_send() 390 static int rxe_loopback(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_loopback() 409 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet() 450 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
|
A D | rxe_req.c | 391 struct rxe_pkt_info *pkt) in init_req_packet() 472 struct rxe_send_wqe *wqe, struct rxe_pkt_info *pkt, in finish_packet() 516 struct rxe_pkt_info *pkt) in update_wqe_state() 528 struct rxe_pkt_info *pkt, in update_wqe_psn() 571 static void update_state(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in update_state() 642 struct rxe_pkt_info pkt; in rxe_requester()
|
A D | rxe_av.c | 131 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av()
|
Completed in 15 milliseconds