Home
last modified time | relevance | path

Searched refs:ibah (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_provider.h88 struct ib_ah ibah; member
148 static inline struct c2_ah *to_c2ah(struct ib_ah *ibah) in to_c2ah() argument
150 return container_of(ibah, struct c2_ah, ibah); in to_c2ah()
/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_provider.h128 struct ib_ah ibah; member
319 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) in to_mah() argument
321 return container_of(ibah, struct mthca_ah, ibah); in to_mah()
Dmthca_av.c292 int mthca_ah_query(struct ib_ah *ibah, struct ib_ah_attr *attr) in mthca_ah_query() argument
294 struct mthca_ah *ah = to_mah(ibah); in mthca_ah_query()
295 struct mthca_dev *dev = to_mdev(ibah->device); in mthca_ah_query()
Dmthca_dev.h568 int mthca_ah_query(struct ib_ah *ibah, struct ib_ah_attr *attr);
Dmthca_provider.c423 return &ah->ibah; in mthca_ah_create()
/linux-3.4.99/drivers/infiniband/hw/mlx4/
Dah.c87 return &ah->ibah; in create_ib_ah()
131 return &ah->ibah; in create_iboe_ah()
166 int mlx4_ib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr) in mlx4_ib_query_ah() argument
168 struct mlx4_ib_ah *ah = to_mah(ibah); in mlx4_ib_query_ah()
174 ll = rdma_port_get_link_layer(ibah->device, ah_attr->port_num); in mlx4_ib_query_ah()
Dmlx4_ib.h176 struct ib_ah ibah; member
271 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) in to_mah() argument
273 return container_of(ibah, struct mlx4_ib_ah, ibah); in to_mah()
305 int mlx4_ib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr);
355 if (rdma_port_get_link_layer(ah->ibah.device, port) == IB_LINK_LAYER_ETHERNET) in mlx4_ib_ah_grh_present()
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_verbs.h178 struct ib_ah ibah; member
665 static inline struct ipath_ah *to_iah(struct ib_ah *ibah) in to_iah() argument
667 return container_of(ibah, struct ipath_ah, ibah); in to_iah()
Dipath_verbs.c1810 ret = &ah->ibah; in ipath_create_ah()
1822 static int ipath_destroy_ah(struct ib_ah *ibah) in ipath_destroy_ah() argument
1824 struct ipath_ibdev *dev = to_idev(ibah->device); in ipath_destroy_ah()
1825 struct ipath_ah *ah = to_iah(ibah); in ipath_destroy_ah()
1837 static int ipath_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr) in ipath_query_ah() argument
1839 struct ipath_ah *ah = to_iah(ibah); in ipath_query_ah()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_verbs.h230 struct ib_ah ibah; member
775 static inline struct qib_ah *to_iah(struct ib_ah *ibah) in to_iah() argument
777 return container_of(ibah, struct qib_ah, ibah); in to_iah()
Dqib_verbs.c1842 ret = &ah->ibah; in qib_create_ah()
1854 static int qib_destroy_ah(struct ib_ah *ibah) in qib_destroy_ah() argument
1856 struct qib_ibdev *dev = to_idev(ibah->device); in qib_destroy_ah()
1857 struct qib_ah *ah = to_iah(ibah); in qib_destroy_ah()
1872 static int qib_modify_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr) in qib_modify_ah() argument
1874 struct qib_ah *ah = to_iah(ibah); in qib_modify_ah()
1876 if (qib_check_ah(ibah->device, ah_attr)) in qib_modify_ah()
1884 static int qib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr) in qib_query_ah() argument
1886 struct qib_ah *ah = to_iah(ibah); in qib_query_ah()
Dqib_mad.c109 send_buf->ah = &ibp->sm_ah->ibah; in qib_send_trap()
2172 ib_destroy_ah(&ibp->sm_ah->ibah); in qib_free_agents()
Dqib_iba7322.c2622 ib_destroy_ah(&dd->pport[i].ibport_data.smi_ah->ibah); in qib_setup_7322_cleanup()
5174 send_buf->ah = &ibp->smi_ah->ibah; in try_7322_ipg()