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

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/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;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dsa_query.c525 struct ib_sa_sm_ah *new_ah; local
534 new_ah = kmalloc(sizeof *new_ah, GFP_KERNEL);
535 if (!new_ah) {
540 kref_init(&new_ah->ref);
541 new_ah->src_path_mask = (1 << port_attr.lmc) - 1;
543 new_ah->pkey_index = 0;
545 IB_DEFAULT_PKEY_FULL, &new_ah->pkey_index))
553 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
554 if (IS_ERR(new_ah
[all...]

Completed in 105 milliseconds