Home
last modified time | relevance | path

Searched refs:rxe_pkt_info (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_hdr.h14 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 …]
Drxe_recv.c13 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()
Drxe_loc.h22 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);
Drxe_resp.c87 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 …]
Drxe_comp.c139 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()
Drxe_icrc.c72 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()
Drxe_net.c136 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()
Drxe_req.c384 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()
Drxe_av.c102 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av()