| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | ah.c | 58 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 D | ah.h | 13 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 D | mad.c | 121 rdma_destroy_ah(&rvp->sm_ah->ibah, in rvt_free_mad_agents()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_ah.c | 158 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 D | mthca_provider.h | 110 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 D | mthca_av.c | 284 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 D | mthca_dev.h | 560 int mthca_ah_query(struct ib_ah *ibah, struct rdma_ah_attr *attr);
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | ah.c | 197 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 D | mad.c | 1568 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 D | rxe_av.c | 28 rxe = to_rdev(ah->ibah.device); in chk_attr()
|
| /linux/drivers/infiniband/hw/mana/ |
| H A D | wr.c | 78 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 D | main.c | 232 INIT_RDMA_OBJ_SIZE(ib_ah, qedr_ah, ibah),
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_main.c | 226 INIT_RDMA_OBJ_SIZE(ib_ah, pvrdma_ah, ibah),
|