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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
352 struct ib_sa_sm_ah *sm_ah = container_of(kref, struct ib_sa_sm_ah, ref); local
354 ib_destroy_ah(sm_ah->ah);
355 kfree(sm_ah);
398 if (port->sm_ah)
399 kref_put(&port->sm_ah->ref, free_sm_ah);
400 port->sm_ah = new_ah;
420 if (port->sm_ah)
421 kref_put(&port->sm_ah
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmad.c141 if (dev->sm_ah[port_num - 1])
142 ib_destroy_ah(dev->sm_ah[port_num - 1]);
143 dev->sm_ah[port_num - 1] = new_ah;
222 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
351 if (dev->sm_ah[p])
352 ib_destroy_ah(dev->sm_ah[p]);
H A Dmlx4_ib.h174 struct ib_ah *sm_ah[MLX4_MAX_PORTS]; member in struct:mlx4_ib_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
182 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
343 if (dev->sm_ah[p])
344 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_mad.c90 if (!ibp->sm_ah) {
103 ibp->sm_ah = to_iah(ah);
109 send_buf->ah = &ibp->sm_ah->ibah;
689 if (ibp->sm_ah) {
691 ibp->sm_ah->attr.dlid = smlid;
693 ibp->sm_ah->attr.sl = msl;
2165 if (ibp->sm_ah) {
2166 ib_destroy_ah(&ibp->sm_ah->ibah);
2167 ibp->sm_ah = NULL;
H A Dqib_verbs.h634 struct qib_ah *sm_ah; member in struct:qib_ibport

Completed in 89 milliseconds