Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_hdr.h41 struct rxe_pkt_info { struct
56 static inline struct rxe_pkt_info *SKB_TO_PKT(struct sk_buff *skb) in SKB_TO_PKT() argument
58 BUILD_BUG_ON(sizeof(struct rxe_pkt_info) > sizeof(skb->cb)); in SKB_TO_PKT()
62 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
308 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
313 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
318 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
323 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
328 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
333 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
[all …]
Drxe_resp.c110 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt()
121 struct rxe_pkt_info **pkt_p) in get_req()
145 struct rxe_pkt_info *pkt) in check_psn()
189 struct rxe_pkt_info *pkt) in check_op_seq()
279 struct rxe_pkt_info *pkt) in check_op_valid()
359 struct rxe_pkt_info *pkt) in check_resource()
403 struct rxe_pkt_info *pkt) in check_length()
418 struct rxe_pkt_info *pkt) in check_rkey()
522 struct rxe_pkt_info *pkt) in write_data_in()
546 struct rxe_pkt_info *pkt) in process_atomic()
[all …]
Drxe_loc.h49 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt);
144 int rxe_send(struct rxe_pkt_info *pkt, struct sk_buff *skb);
146 int paylen, struct rxe_pkt_info *pkt);
147 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb, u32 *crc);
239 u32 rxe_icrc_hdr(struct rxe_pkt_info *pkt, struct sk_buff *skb);
250 static inline int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet()
Drxe_recv.c39 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
101 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
154 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
214 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
269 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
279 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt()
359 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv()
Drxe_comp.c163 struct rxe_pkt_info *pkt, in get_wqe()
198 struct rxe_pkt_info *pkt, in check_psn()
237 struct rxe_pkt_info *pkt, in check_ack()
368 struct rxe_pkt_info *pkt, in do_read()
386 struct rxe_pkt_info *pkt, in do_atomic()
471 struct rxe_pkt_info *pkt, in complete_ack()
517 struct rxe_pkt_info *pkt, in complete_wqe()
563 struct rxe_pkt_info *pkt = NULL; in rxe_completer()
Drxe_net.c196 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv()
341 static int prepare4(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare4()
367 static int prepare6(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare6()
392 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb, u32 *crc) in rxe_prepare()
422 int rxe_send(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_send()
458 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
Drxe_req.c381 struct rxe_pkt_info *pkt) in init_req_packet()
474 struct rxe_pkt_info *pkt, struct sk_buff *skb, in fill_packet()
513 struct rxe_pkt_info *pkt) in update_wqe_state()
525 struct rxe_pkt_info *pkt, in update_wqe_psn()
569 struct rxe_pkt_info *pkt, int payload) in update_state()
586 struct rxe_pkt_info pkt; in rxe_requester()
Drxe_icrc.c38 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()