Searched refs:ibah (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h127 struct ib_ah ibah; member in struct:mthca_ah
318 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) argument
320 return container_of(ibah, struct mthca_ah, ibah);
H A Dmthca_av.c292 int mthca_ah_query(struct ib_ah *ibah, struct ib_ah_attr *attr) argument
294 struct mthca_ah *ah = to_mah(ibah);
295 struct mthca_dev *dev = to_mdev(ibah->device);
H A Dmthca_dev.h568 int mthca_ah_query(struct ib_ah *ibah, struct ib_ah_attr *attr);
H A Dmthca_provider.c457 return &ah->ibah;
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dah.c91 return &ah->ibah;
135 return &ah->ibah;
170 int mlx4_ib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr) argument
172 struct mlx4_ib_ah *ah = to_mah(ibah);
178 ll = rdma_port_get_link_layer(ibah->device, ah_attr->port_num);
H A Dmlx4_ib.h342 struct ib_ah ibah; member in struct:mlx4_ib_ah
627 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) argument
629 return container_of(ibah, struct mlx4_ib_ah, ibah);
668 int mlx4_ib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr);
728 if (rdma_port_get_link_layer(ah->ibah.device, port) == IB_LINK_LAYER_ETHERNET)
H A Dmad.c1510 ah.ibah.device = ctx->ib_dev;
1511 mlx4_ib_query_ah(&ah.ibah, &ah_attr);
/freebsd-10.1-release/contrib/ofed/libmthca/src/
H A Dmthca.h283 static inline struct mthca_ah *to_mah(struct ibv_ah *ibah) argument
/freebsd-10.1-release/contrib/ofed/libmlx4/src/
H A Dmlx4.h339 static inline struct mlx4_ah *to_mah(struct ibv_ah *ibah) argument

Completed in 81 milliseconds