Searched refs:rxe_av (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_av.c | 55 void rxe_av_from_attr(u8 port_num, struct rxe_av *av, in rxe_av_from_attr() 69 void rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr) in rxe_av_to_attr() 85 void rxe_av_fill_ip_info(struct rxe_av *av, struct rdma_ah_attr *attr) in rxe_av_fill_ip_info() 95 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt) in rxe_get_av()
|
D | rxe_loc.h | 41 void rxe_av_from_attr(u8 port_num, struct rxe_av *av, 44 void rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr); 46 void rxe_av_fill_ip_info(struct rxe_av *av, struct rdma_ah_attr *attr); 48 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt); 145 struct sk_buff *rxe_init_packet(struct rxe_dev *rxe, struct rxe_av *av,
|
D | rxe_net.c | 187 struct rxe_av *av) in rxe_find_route() 381 struct sk_buff *skb, struct rxe_av *av) in prepare4() 410 struct sk_buff *skb, struct rxe_av *av) in prepare6() 441 struct rxe_av *av = rxe_get_av(pkt); in rxe_prepare() 468 struct rxe_av *av; in rxe_send() 504 static inline int addr_same(struct rxe_dev *rxe, struct rxe_av *av) in addr_same() 509 struct sk_buff *rxe_init_packet(struct rxe_dev *rxe, struct rxe_av *av, in rxe_init_packet()
|
D | rxe_verbs.h | 77 struct rxe_av av; 252 struct rxe_av pri_av; 253 struct rxe_av alt_av;
|
D | Makefile | 13 rxe_av.o \
|
D | rxe_req.c | 384 struct rxe_av *av; in init_req_packet()
|
D | rxe_verbs.c | 226 struct rxe_av *av) in rxe_init_av()
|
/Linux-v4.19/include/uapi/rdma/ |
D | rdma_user_rxe.h | 58 struct rxe_av { struct 136 struct rxe_av av;
|