Searched refs:sm_ah (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mad.c95 if (dev->sm_ah[port_num - 1])
96 ib_destroy_ah(dev->sm_ah[port_num - 1]);
97 dev->sm_ah[port_num - 1] = new_ah;
186 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
347 if (dev->sm_ah[p])
348 ib_destroy_ah(dev->sm_ah[p]);
H A Dmthca_dev.h359 struct ib_ah *sm_ah[MTHCA_MAX_PORTS]; member in struct:mthca_dev
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c76 struct ib_sa_sm_ah *sm_ah; member in struct:ib_sa_port
96 struct ib_sa_sm_ah *sm_ah; member in struct:ib_sa_query
496 struct ib_sa_sm_ah *sm_ah = container_of(kref, struct ib_sa_sm_ah, ref); local
498 ib_destroy_ah(sm_ah->ah);
499 kfree(sm_ah);
546 if (port->sm_ah)
547 kref_put(&port->sm_ah->ref, free_sm_ah);
548 port->sm_ah = new_ah;
571 if (port->sm_ah)
572 kref_put(&port->sm_ah
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h132 struct rvt_ah *sm_ah; member in struct:rvt_ibport
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c207 if (dev->sm_ah[port_num - 1])
208 ib_destroy_ah(dev->sm_ah[port_num - 1]);
209 dev->sm_ah[port_num - 1] = new_ah;
401 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
1043 if (dev->sm_ah[p])
1044 ib_destroy_ah(dev->sm_ah[p]);
H A Dmlx4_ib_mcg.c216 if (!dev->sm_ah[ctx->port - 1]) {
217 /* port is not yet Active, sm_ah not ready */
221 mlx4_ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr);
240 ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr);
H A Dmlx4_ib.h576 struct ib_ah *sm_ah[MLX4_MAX_PORTS]; member in struct:mlx4_ib_dev

Completed in 232 milliseconds