Home
last modified time | relevance | path

Searched refs:hns_roce_ah (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_ah.c49 struct hns_roce_ah *ah; in hns_roce_create_ah()
89 struct hns_roce_ah *ah = to_hr_ah(ibah); in hns_roce_query_ah()
DMakefile9 hns_roce_ah.o hns_roce_hem.o hns_roce_mr.o hns_roce_qp.o \
Dhns_roce_device.h462 struct hns_roce_ah { struct
856 static inline struct hns_roce_ah *to_hr_ah(struct ib_ah *ibah) in to_hr_ah()
858 return container_of(ibah, struct hns_roce_ah, ibah); in to_hr_ah()
Dhns_roce_hw_v1.c66 struct hns_roce_ah *ah = to_hr_ah(ud_wr(wr)->ah); in hns_roce_v1_post_send()
Dhns_roce_hw_v2.c178 struct hns_roce_ah *ah = to_hr_ah(ud_wr(wr)->ah); in hns_roce_v2_post_send()