Searched refs:rxe_pkt_info (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/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() 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()
|
D | rxe_loc.h | 22 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp); 95 int paylen, struct rxe_pkt_info *pkt); 96 int rxe_prepare(struct rxe_av *av, struct rxe_pkt_info *pkt, 98 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, 179 int rxe_icrc_check(struct sk_buff *skb, struct rxe_pkt_info *pkt); 180 void rxe_icrc_generate(struct sk_buff *skb, struct rxe_pkt_info *pkt);
|
D | rxe_resp.c | 87 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt() 98 struct rxe_pkt_info **pkt_p) in get_req() 123 struct rxe_pkt_info *pkt) in check_psn() 167 struct rxe_pkt_info *pkt) in check_op_seq() 257 struct rxe_pkt_info *pkt) in check_op_valid() 345 struct rxe_pkt_info *pkt) in check_resource() 391 struct rxe_pkt_info *pkt) in check_length() 406 struct rxe_pkt_info *pkt) in check_rkey() 536 struct rxe_pkt_info *pkt) in write_data_in() 557 struct rxe_pkt_info *pkt, in rxe_prepare_res() [all …]
|
D | rxe_comp.c | 139 struct rxe_pkt_info *pkt, in get_wqe() 174 struct rxe_pkt_info *pkt, in check_psn() 213 struct rxe_pkt_info *pkt, in check_ack() 344 struct rxe_pkt_info *pkt, in do_read() 364 struct rxe_pkt_info *pkt, in do_atomic() 460 struct rxe_pkt_info *pkt, in complete_ack() 504 struct rxe_pkt_info *pkt, in complete_wqe() 546 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt() 563 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 | 136 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv() 273 static int prepare4(struct rxe_av *av, struct rxe_pkt_info *pkt, in prepare4() 299 static int prepare6(struct rxe_av *av, struct rxe_pkt_info *pkt, in prepare6() 324 int rxe_prepare(struct rxe_av *av, struct rxe_pkt_info *pkt, in rxe_prepare() 353 static int rxe_send(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_send() 386 static int rxe_loopback(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_loopback() 405 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet() 446 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
|
D | rxe_req.c | 384 struct rxe_pkt_info *pkt) in init_req_packet() 458 struct rxe_send_wqe *wqe, struct rxe_pkt_info *pkt, in finish_packet() 494 struct rxe_pkt_info *pkt) in update_wqe_state() 506 struct rxe_pkt_info *pkt, in update_wqe_psn() 549 static void update_state(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in update_state() 620 struct rxe_pkt_info pkt; in rxe_requester()
|
D | rxe_av.c | 102 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av()
|