Searched refs:to_mah (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/infiniband/hw/mlx4/
H A Dah.c45 struct mlx4_ib_ah *ah = to_mah(ib_ah);
80 struct mlx4_ib_ah *ah = to_mah(ib_ah);
172 struct mlx4_ib_ah *mah = to_mah(ah);
199 struct mlx4_ib_ah *ah = to_mah(ibah);
H A Dqp.c2869 struct mlx4_ib_ah *ah = to_mah(wr->ah);
3022 struct mlx4_ib_ah *ah = to_mah(wr->ah);
3365 memcpy(dseg->av, &to_mah(wr->ah)->av, sizeof (struct mlx4_av));
3368 dseg->vlan = to_mah(wr->ah)->av.eth.vlan;
3369 memcpy(dseg->mac, to_mah(wr->ah)->av.eth.mac, 6);
3377 union mlx4_ext_av *av = &to_mah(wr->ah)->av;
3401 struct mlx4_ib_ah *ah = to_mah(wr->ah);
3546 struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah);
H A Dmlx4_ib.h735 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) function
/linux-master/drivers/infiniband/hw/mlx5/
H A Dah.c98 struct mlx5_ib_ah *ah = to_mah(ibah);
129 struct mlx5_ib_ah *ah = to_mah(ibah);
H A Dgsi.c414 struct mlx5_ib_ah *ah = to_mah(wr->ah);
H A Dwr.c105 memcpy(&dseg->av, &to_mah(ud_wr(wr)->ah)->av, sizeof(struct mlx5_av));
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h296 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) function
H A Dmthca_av.c294 struct mthca_ah *ah = to_mah(ibah);
H A Dmthca_qp.c1511 mthca_ah_grh_present(to_mah(wr->ah)), 0, 0, 0,
1514 err = mthca_read_ah(dev, to_mah(wr->ah), &sqp->ud_header);
1610 useg->lkey = cpu_to_be32(to_mah(wr->ah)->key);
1611 useg->av_addr = cpu_to_be64(to_mah(wr->ah)->avdma);
1620 memcpy(useg->av, to_mah(wr->ah)->av, MTHCA_AV_SIZE);
H A Dmthca_provider.c379 struct mthca_ah *ah = to_mah(ibah);
387 mthca_destroy_ah(to_mdev(ah->device), to_mah(ah));
/linux-master/include/linux/mlx5/
H A Dqp.h343 static inline struct mlx5_ib_ah *to_mah(struct ib_ah *ibah) function
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c708 struct mlx5_ib_ah *mah = to_mah(address);

Completed in 186 milliseconds