Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rdmavt/
H A Dah.c58 int rvt_create_ah(struct ib_ah *ibah, struct rdma_ah_init_attr *init_attr, in rvt_create_ah() argument
61 struct rvt_ah *ah = ibah_to_rvtah(ibah); in rvt_create_ah()
62 struct rvt_dev_info *dev = ib_to_rvt(ibah->device); in rvt_create_ah()
65 if (rvt_check_ah(ibah->device, init_attr->ah_attr)) in rvt_create_ah()
80 dev->driver_f.notify_new_ah(ibah->device, in rvt_create_ah()
92 int rvt_destroy_ah(struct ib_ah *ibah, u32 destroy_flags) in rvt_destroy_ah() argument
94 struct rvt_dev_info *dev = ib_to_rvt(ibah->device); in rvt_destroy_ah()
95 struct rvt_ah *ah = ibah_to_rvtah(ibah); in rvt_destroy_ah()
113 int rvt_modify_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr) in rvt_modify_ah() argument
115 struct rvt_ah *ah = ibah_to_rvtah(ibah); in rvt_modify_ah()
[all …]
H A Dah.h13 int rvt_destroy_ah(struct ib_ah *ibah, u32 destroy_flags);
14 int rvt_modify_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr);
15 int rvt_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr);
H A Dmad.c121 rdma_destroy_ah(&rvp->sm_ah->ibah, in rvt_free_mad_agents()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c158 int ocrdma_create_ah(struct ib_ah *ibah, struct rdma_ah_init_attr *init_attr, in ocrdma_create_ah() argument
163 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_create_ah()
167 struct ocrdma_pd *pd = get_ocrdma_pd(ibah->pd); in ocrdma_create_ah()
169 struct ocrdma_dev *dev = get_ocrdma_dev(ibah->device); in ocrdma_create_ah()
218 int ocrdma_destroy_ah(struct ib_ah *ibah, u32 flags) in ocrdma_destroy_ah() argument
220 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_destroy_ah()
221 struct ocrdma_dev *dev = get_ocrdma_dev(ibah->device); in ocrdma_destroy_ah()
227 int ocrdma_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *attr) in ocrdma_query_ah() argument
229 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_query_ah()
233 attr->type = ibah->type; in ocrdma_query_ah()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h110 struct ib_ah ibah; member
296 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) in to_mah() argument
298 return container_of(ibah, struct mthca_ah, ibah); in to_mah()
H A Dmthca_av.c284 header->grh.source_gid = ah->ibah.sgid_attr->gid; in mthca_read_ah()
292 int mthca_ah_query(struct ib_ah *ibah, struct rdma_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()
303 attr->type = ibah->type; in mthca_ah_query()
H A Dmthca_dev.h560 int mthca_ah_query(struct ib_ah *ibah, struct rdma_ah_attr *attr);
/linux/drivers/infiniband/hw/mlx4/
H A Dah.c197 int mlx4_ib_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr) in mlx4_ib_query_ah() argument
199 struct mlx4_ib_ah *ah = to_mah(ibah); in mlx4_ib_query_ah()
203 ah_attr->type = ibah->type; in mlx4_ib_query_ah()
H A Dmad.c1568 ah.ibah.device = ctx->ib_dev; in mlx4_ib_multiplex_mad()
1575 ah.ibah.type = rdma_ah_find_type(&dev->ib_dev, port); in mlx4_ib_multiplex_mad()
1577 mlx4_ib_query_ah(&ah.ibah, &ah_attr); in mlx4_ib_multiplex_mad()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_av.c28 rxe = to_rdev(ah->ibah.device); in chk_attr()
/linux/drivers/infiniband/hw/mana/
H A Dwr.c78 struct mana_ib_ah *ah = container_of(wr->ah, struct mana_ib_ah, ibah); in mana_ib_post_send_ud()
/linux/drivers/infiniband/hw/qedr/
H A Dmain.c232 INIT_RDMA_OBJ_SIZE(ib_ah, qedr_ah, ibah),
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c226 INIT_RDMA_OBJ_SIZE(ib_ah, pvrdma_ah, ibah),