Searched refs:new_ah (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmad.c124 struct ib_ah *new_ah; local
135 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
137 if (IS_ERR(new_ah))
143 dev->sm_ah[port_num - 1] = new_ah;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c77 struct ib_ah *new_ah; local
89 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
91 if (IS_ERR(new_ah))
97 dev->sm_ah[port_num - 1] = new_ah;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dsa_query.c362 struct ib_sa_sm_ah *new_ah; local
371 new_ah = kmalloc(sizeof *new_ah, GFP_KERNEL);
372 if (!new_ah) {
377 kref_init(&new_ah->ref);
378 new_ah->src_path_mask = (1 << port_attr.lmc) - 1;
380 new_ah->pkey_index = 0;
382 IB_DEFAULT_PKEY_FULL, &new_ah->pkey_index))
390 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
391 if (IS_ERR(new_ah
[all...]

Completed in 54 milliseconds