Home
last modified time | relevance | path

Searched refs:ib_ah (Results 1 – 22 of 22) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDah.c63 static struct ib_ah *create_ib_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr, in create_ib_ah()
92 static struct ib_ah *create_iboe_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr, in create_iboe_ah()
133 struct ib_ah *mlx4_ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr) in mlx4_ib_create_ah()
136 struct ib_ah *ret; in mlx4_ib_create_ah()
165 int mlx4_ib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr) in mlx4_ib_query_ah()
194 int mlx4_ib_destroy_ah(struct ib_ah *ah) in mlx4_ib_destroy_ah()
HDmlx4_ib.h364 struct ib_ah ibah;
436 struct ib_ah *ah;
565 struct ib_ah *sm_ah[MLX4_MAX_PORTS];
673 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) in to_mah()
720 struct ib_ah *mlx4_ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr);
721 int mlx4_ib_query_ah(struct ib_ah *ibah, struct ib_ah_attr *ah_attr);
722 int mlx4_ib_destroy_ah(struct ib_ah *ah);
HDmad.c187 struct ib_ah *new_ah; in update_sm_ah()
463 struct ib_ah *ah; in mlx4_ib_send_to_slave()
1337 struct ib_ah *ah; in mlx4_ib_send_to_wire()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.h127 struct ib_ah ibah;
318 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) in to_mah()
HDmthca_dev.h357 struct ib_ah *sm_ah[MTHCA_MAX_PORTS];
568 int mthca_ah_query(struct ib_ah *ibah, struct ib_ah_attr *attr);
HDmthca_mad.c77 struct ib_ah *new_ah; in update_sm_ah()
HDmthca_av.c292 int mthca_ah_query(struct ib_ah *ibah, struct ib_ah_attr *attr) in mthca_ah_query()
HDmthca_provider.c441 static struct ib_ah *mthca_ah_create(struct ib_pd *pd, in mthca_ah_create()
460 static int mthca_ah_destroy(struct ib_ah *ah) in mthca_ah_destroy()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1158 struct ib_ah *ah;
1315 struct ib_ah { struct
1678 struct ib_ah * (*create_ah)(struct ib_pd *pd,
1680 int (*modify_ah)(struct ib_ah *ah,
1682 int (*query_ah)(struct ib_ah *ah,
1684 int (*destroy_ah)(struct ib_ah *ah);
1966 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr);
1994 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
2004 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
2013 int ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
[all …]
HDib_mad.h251 struct ib_ah *ah;
/NextBSD/sys/ofed/drivers/infiniband/core/
HDverbs.c174 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr) in ib_create_ah()
176 struct ib_ah *ah; in ib_create_ah()
244 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc, in ib_create_ah_from_wc()
258 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) in ib_modify_ah()
266 int ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) in ib_query_ah()
274 int ib_destroy_ah(struct ib_ah *ah) in ib_destroy_ah()
HDagent.c88 struct ib_ah *ah; in agent_send_response()
HDmad_rmpp.c56 struct ib_ah *ah;
157 struct ib_ah *ah; in alloc_response_msg()
HDuverbs_cmd.c269 static struct ib_ah *idr_read_ah(int ah_handle, struct ib_ucontext *context) in idr_read_ah()
274 static void put_ah_read(struct ib_ah *ah) in put_ah_read()
2548 struct ib_ah *ah; in ib_uverbs_create_ah()
2634 struct ib_ah *ah; in ib_uverbs_destroy_ah()
HDsa_query.c54 struct ib_ah *ah;
HDuser_mad.c514 struct ib_ah *ah; in ib_umad_write()
HDuverbs_main.c248 struct ib_ah *ah = uobj->object; in ib_uverbs_cleanup_ucontext()
HDcm.c268 struct ib_ah *ah; in cm_alloc_msg()
299 struct ib_ah *ah; in cm_alloc_response_msg()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c57 static struct ib_ah *c4iw_ah_create(struct ib_pd *pd, in c4iw_ah_create()
63 static int c4iw_ah_destroy(struct ib_ah *ah) in c4iw_ah_destroy()
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib.h400 struct ib_ah *ah;
HDipoib_ib.c442 struct ib_ah *address, u32 qpn, struct ipoib_tx_buf *tx_req, void *head, in post_send()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c91 static struct ib_ah *
99 iwch_ah_destroy(struct ib_ah *ah) in iwch_ah_destroy()