Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/rxe/
Drxe_hdr.h14 struct rxe_pkt_info { struct
29 static inline struct rxe_pkt_info *SKB_TO_PKT(struct sk_buff *skb) in SKB_TO_PKT() argument
31 BUILD_BUG_ON(sizeof(struct rxe_pkt_info) > sizeof(skb->cb)); in SKB_TO_PKT()
35 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
281 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
286 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
291 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
296 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
301 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
306 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
[all …]
Drxe_recv.c12 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
74 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
106 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
166 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
221 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
231 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt()
237 struct rxe_pkt_info *per_qp_pkt; in rxe_rcv_mcast_pkt()
305 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid()
338 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv()
Drxe_resp.c83 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt()
94 struct rxe_pkt_info **pkt_p) in get_req()
118 struct rxe_pkt_info *pkt) in check_psn()
162 struct rxe_pkt_info *pkt) in check_op_seq()
252 struct rxe_pkt_info *pkt) in check_op_valid()
332 struct rxe_pkt_info *pkt) in check_resource()
376 struct rxe_pkt_info *pkt) in check_length()
391 struct rxe_pkt_info *pkt) in check_rkey()
495 struct rxe_pkt_info *pkt) in write_data_in()
519 struct rxe_pkt_info *pkt) in process_atomic()
[all …]
Drxe_loc.h22 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt);
114 int rxe_send(struct rxe_pkt_info *pkt, struct sk_buff *skb);
116 int paylen, struct rxe_pkt_info *pkt);
117 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb, u32 *crc);
208 u32 rxe_icrc_hdr(struct rxe_pkt_info *pkt, struct sk_buff *skb);
219 static inline int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet()
Drxe_comp.c136 struct rxe_pkt_info *pkt, in get_wqe()
171 struct rxe_pkt_info *pkt, in check_psn()
210 struct rxe_pkt_info *pkt, in check_ack()
341 struct rxe_pkt_info *pkt, in do_read()
359 struct rxe_pkt_info *pkt, in do_atomic()
444 struct rxe_pkt_info *pkt, in complete_ack()
490 struct rxe_pkt_info *pkt, in complete_wqe()
536 struct rxe_pkt_info *pkt = NULL; in rxe_completer()
Drxe_net.c171 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv()
316 static int prepare4(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare4()
342 static int prepare6(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare6()
367 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb, u32 *crc) in rxe_prepare()
397 int rxe_send(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_send()
433 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
Drxe_req.c354 struct rxe_pkt_info *pkt) in init_req_packet()
444 struct rxe_pkt_info *pkt, struct sk_buff *skb, in fill_packet()
489 struct rxe_pkt_info *pkt) in update_wqe_state()
501 struct rxe_pkt_info *pkt, in update_wqe_psn()
545 struct rxe_pkt_info *pkt, int payload) in update_state()
562 struct rxe_pkt_info pkt; in rxe_requester()
Drxe_icrc.c11 u32 rxe_icrc_hdr(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_icrc_hdr()
Drxe_av.c102 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt) in rxe_get_av()