[go: nahoru, domu]

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

/drivers/infiniband/core/
H A Dsa_query.c63 struct ib_sa_sm_ah *sm_ah; member in struct:ib_sa_port
81 struct ib_sa_sm_ah *sm_ah; member in struct:ib_sa_query
386 struct ib_sa_sm_ah *sm_ah = container_of(kref, struct ib_sa_sm_ah, ref); local
388 ib_destroy_ah(sm_ah->ah);
389 kfree(sm_ah);
432 if (port->sm_ah)
433 kref_put(&port->sm_ah->ref, free_sm_ah);
434 port->sm_ah = new_ah;
457 if (port->sm_ah)
458 kref_put(&port->sm_ah
[all...]
/drivers/infiniband/hw/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;
184 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
338 if (dev->sm_ah[p])
339 ib_destroy_ah(dev->sm_ah[p]);
H A Dmthca_dev.h357 struct ib_ah *sm_ah[MTHCA_MAX_PORTS]; member in struct:mthca_dev
/drivers/infiniband/hw/qib/
H A Dqib_mad.c102 if (!ibp->sm_ah) {
111 ibp->sm_ah = to_iah(ah);
117 send_buf->ah = &ibp->sm_ah->ibah;
712 if (ibp->sm_ah) {
714 ibp->sm_ah->attr.dlid = smlid;
716 ibp->sm_ah->attr.sl = msl;
2526 if (ibp->sm_ah) {
2527 ib_destroy_ah(&ibp->sm_ah->ibah);
2528 ibp->sm_ah = NULL;
H A Dqib_verbs.h678 struct qib_ah *sm_ah; member in struct:qib_ibport
/drivers/infiniband/hw/mlx4/
H A Dmad.c205 if (dev->sm_ah[port_num - 1])
206 ib_destroy_ah(dev->sm_ah[port_num - 1]);
207 dev->sm_ah[port_num - 1] = new_ah;
372 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
930 if (dev->sm_ah[p])
931 ib_destroy_ah(dev->sm_ah[p]);
H A Dmcg.c211 if (!dev->sm_ah[ctx->port - 1]) {
212 /* port is not yet Active, sm_ah not ready */
216 mlx4_ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr);
235 ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr);
H A Dmlx4_ib.h508 struct ib_ah *sm_ah[MLX4_MAX_PORTS]; member in struct:mlx4_ib_dev

Completed in 348 milliseconds