Searched refs:rxe_pkt_info (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/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() 79 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys() 110 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr() 170 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check() 225 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt() 235 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() 278 struct rxe_pkt_info *cpkt; in rxe_rcv_mcast_pkt() 329 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() 362 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv()
|
| D | rxe_resp.c | 85 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt() 96 struct rxe_pkt_info **pkt_p) in get_req() 121 struct rxe_pkt_info *pkt) in check_psn() 165 struct rxe_pkt_info *pkt) in check_op_seq() 255 struct rxe_pkt_info *pkt) in check_op_valid() 351 struct rxe_pkt_info *pkt) in check_resource() 405 struct rxe_pkt_info *pkt) in check_length() 420 struct rxe_pkt_info *pkt) in check_rkey() 548 struct rxe_pkt_info *pkt) in write_data_in() 572 struct rxe_pkt_info *pkt) in process_atomic() [all …]
|
| D | rxe_loc.h | 22 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt); 102 int paylen, struct rxe_pkt_info *pkt); 103 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb); 104 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, 197 int rxe_icrc_check(struct sk_buff *skb, struct rxe_pkt_info *pkt); 198 void rxe_icrc_generate(struct sk_buff *skb, struct rxe_pkt_info *pkt);
|
| D | rxe_comp.c | 137 struct rxe_pkt_info *pkt, in get_wqe() 175 struct rxe_pkt_info *pkt, in check_psn() 214 struct rxe_pkt_info *pkt, in check_ack() 345 struct rxe_pkt_info *pkt, in do_read() 365 struct rxe_pkt_info *pkt, in do_atomic() 459 struct rxe_pkt_info *pkt, in complete_ack() 505 struct rxe_pkt_info *pkt, in complete_wqe() 547 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt() 564 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() 175 void rxe_icrc_generate(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_icrc_generate()
|
| D | rxe_net.c | 158 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv() 296 static int prepare4(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare4() 322 static int prepare6(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare6() 347 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_prepare() 375 static int rxe_send(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_send() 408 static int rxe_loopback(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_loopback() 427 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet() 469 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
|
| D | rxe_req.c | 377 struct rxe_pkt_info *pkt) in init_req_packet() 466 struct rxe_pkt_info *pkt, struct sk_buff *skb, in finish_packet() 502 struct rxe_pkt_info *pkt) in update_wqe_state() 514 struct rxe_pkt_info *pkt, in update_wqe_psn() 558 struct rxe_pkt_info *pkt, int payload) in update_state() 629 struct rxe_pkt_info pkt; in rxe_requester()
|
| D | rxe_av.c | 102 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt) in rxe_get_av()
|