Searched refs:to_mah (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/hw/mlx4/
H A Dah.c73 struct mlx4_ib_ah *ah = to_mah(ibah);
100 kfree(to_mah(ah));
H A Dmlx4_ib.h240 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) function
H A Dqp.c1223 struct mlx4_ib_ah *ah = to_mah(wr->wr.ud.ah);
1434 memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h319 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) function
H A Dmthca_av.c293 struct mthca_ah *ah = to_mah(ibah);
H A Dmthca_qp.c1497 mthca_ah_grh_present(to_mah(wr->wr.ud.ah)), 0,
1500 err = mthca_read_ah(dev, to_mah(wr->wr.ud.ah), &sqp->ud_header);
1596 useg->lkey = cpu_to_be32(to_mah(wr->wr.ud.ah)->key);
1597 useg->av_addr = cpu_to_be64(to_mah(wr->wr.ud.ah)->avdma);
1606 memcpy(useg->av, to_mah(wr->wr.ud.ah)->av, MTHCA_AV_SIZE);
H A Dmthca_provider.c462 mthca_destroy_ah(to_mdev(ah->device), to_mah(ah));

Completed in 83 milliseconds