Searched refs:rxe_pkt_info (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_hdr.h | 14 struct rxe_pkt_info { struct 28 static inline struct rxe_pkt_info *SKB_TO_PKT(struct sk_buff *skb) in SKB_TO_PKT() argument 30 BUILD_BUG_ON(sizeof(struct rxe_pkt_info) > sizeof(skb->cb)); in SKB_TO_PKT() 34 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB() 280 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode() 285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode() 290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se() 295 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se() 300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig() 305 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig() [all …]
|
D | rxe_recv.c | 13 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state() 75 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys() 100 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr() 135 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check() 182 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt() 192 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() 235 struct rxe_pkt_info *cpkt; in rxe_rcv_mcast_pkt() 286 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() 319 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv()
|
D | rxe_loc.h | 18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp); 93 int paylen, struct rxe_pkt_info *pkt); 94 int rxe_prepare(struct rxe_av *av, struct rxe_pkt_info *pkt, 96 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, 172 int rxe_icrc_check(struct sk_buff *skb, struct rxe_pkt_info *pkt); 173 void rxe_icrc_generate(struct sk_buff *skb, struct rxe_pkt_info *pkt);
|
D | rxe_resp.c | 57 struct rxe_pkt_info **pkt_p) in get_req() 71 struct rxe_pkt_info *pkt) in check_psn() 115 struct rxe_pkt_info *pkt) in check_op_seq() 205 struct rxe_pkt_info *pkt) in check_qp_attr_access() 229 struct rxe_pkt_info *pkt) in check_op_valid() 311 struct rxe_pkt_info *pkt) in check_resource() 339 struct rxe_pkt_info *pkt) 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() 431 struct rxe_pkt_info *pkt) in check_rkey() [all …]
|
D | rxe_comp.c | 138 struct rxe_pkt_info *pkt, in get_wqe() 173 struct rxe_pkt_info *pkt, in check_psn() 216 struct rxe_pkt_info *pkt, in check_ack() 355 struct rxe_pkt_info *pkt, in do_read() 375 struct rxe_pkt_info *pkt, in do_atomic() 500 struct rxe_pkt_info *pkt, in complete_ack() 524 struct rxe_pkt_info *pkt, in complete_wqe() 605 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt() 643 struct rxe_pkt_info *pkt = NULL; in rxe_completer()
|
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()
|
D | rxe_net.c | 139 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv() 279 static int prepare4(struct rxe_av *av, struct rxe_pkt_info *pkt, in prepare4() 305 static int prepare6(struct rxe_av *av, struct rxe_pkt_info *pkt, in prepare6() 330 int rxe_prepare(struct rxe_av *av, struct rxe_pkt_info *pkt, in rxe_prepare() 378 static int rxe_send(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_send() 399 static int rxe_loopback(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_loopback() 428 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet() 467 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
|
D | rxe_req.c | 418 struct rxe_pkt_info *pkt) in init_req_packet() 500 struct rxe_send_wqe *wqe, struct rxe_pkt_info *pkt, in finish_packet() 544 struct rxe_pkt_info *pkt) in update_wqe_state() 558 struct rxe_pkt_info *pkt, in update_wqe_psn() 579 static void update_state(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in update_state() 643 struct rxe_pkt_info pkt; in rxe_requester()
|
D | rxe_av.c | 131 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av()
|