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

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c78 struct ib_ah *new_ah; local
91 new_ah = rdma_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
93 if (IS_ERR(new_ah))
99 dev->sm_ah[port_num - 1] = new_ah;
/linux-master/drivers/infiniband/core/
H A Dsa_query.c2044 struct ib_sa_sm_ah *new_ah; local
2054 new_ah = kmalloc(sizeof(*new_ah), GFP_KERNEL);
2055 if (!new_ah)
2058 kref_init(&new_ah->ref);
2059 new_ah->src_path_mask = (1 << port_attr.lmc) - 1;
2061 new_ah->pkey_index = 0;
2063 IB_DEFAULT_PKEY_FULL, &new_ah->pkey_index))
2095 new_ah->ah = rdma_create_ah(port->agent->qp->pd, &ah_attr,
2097 if (IS_ERR(new_ah
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c4519 * @new_ah: AH to check for
4524 struct irdma_ah *new_ah)
4527 u32 key = new_ah->sc_ah.ah_info.dest_ip_addr[0] ^
4528 new_ah->sc_ah.ah_info.dest_ip_addr[1] ^
4529 new_ah->sc_ah.ah_info.dest_ip_addr[2] ^
4530 new_ah->sc_ah.ah_info.dest_ip_addr[3];
4534 new_ah->sc_ah.ah_info.ah_idx = ah->sc_ah.ah_info.ah_idx;
4535 new_ah->sc_ah.ah_info.ah_valid = ah->sc_ah.ah_info.ah_valid;
4536 if (!memcmp(&ah->sc_ah.ah_info, &new_ah->sc_ah.ah_info,
4539 new_ah
4523 irdma_ah_exists(struct irdma_device *iwdev, struct irdma_ah *new_ah) argument
[all...]
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmad.c191 struct ib_ah *new_ah; local
204 new_ah = rdma_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
206 if (IS_ERR(new_ah))
212 dev->sm_ah[port_num - 1] = new_ah;

Completed in 145 milliseconds