Symbol: to_mah
sys/dev/mlx4/mlx4_ib/mlx4_ib_ah.c
157
struct mlx4_ib_ah *mah = to_mah(ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_ah.c
180
struct mlx4_ib_ah *ah = to_mah(ibah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_ah.c
48
struct mlx4_ib_ah *ah = to_mah(ib_ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_ah.c
78
struct mlx4_ib_ah *ah = to_mah(ib_ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2305
struct mlx4_ib_ah *ah = to_mah(wr->ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2434
struct mlx4_ib_ah *ah = to_mah(wr->ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2775
memcpy(dseg->av, &to_mah(wr->ah)->av, sizeof (struct mlx4_av));
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2778
dseg->vlan = to_mah(wr->ah)->av.eth.vlan;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2779
memcpy(dseg->mac, to_mah(wr->ah)->av.eth.mac, 6);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2787
union mlx4_ext_av *av = &to_mah(wr->ah)->av;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2810
struct mlx4_ib_ah *ah = to_mah(wr->ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2956
struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah);
sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c
101
struct mlx5_ib_ah *ah = to_mah(ibah);
sys/dev/mlx5/mlx5_ib/mlx5_ib_ah.c
65
struct mlx5_ib_ah *ah = to_mah(ibah);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3115
memcpy(&dseg->av, &to_mah(ud_wr(wr)->ah)->av, sizeof(struct mlx5_av));
sys/dev/mthca/mthca_av.c
294
struct mthca_ah *ah = to_mah(ibah);
sys/dev/mthca/mthca_provider.c
394
struct mthca_ah *ah = to_mah(ibah);
sys/dev/mthca/mthca_provider.c
402
mthca_destroy_ah(to_mdev(ah->device), to_mah(ah));
sys/dev/mthca/mthca_qp.c
1494
mthca_ah_grh_present(to_mah(wr->ah)), 0, 0, 0,
sys/dev/mthca/mthca_qp.c
1497
err = mthca_read_ah(dev, to_mah(wr->ah), &sqp->ud_header);
sys/dev/mthca/mthca_qp.c
1593
useg->lkey = cpu_to_be32(to_mah(wr->ah)->key);
sys/dev/mthca/mthca_qp.c
1594
useg->av_addr = cpu_to_be64(to_mah(wr->ah)->avdma);
sys/dev/mthca/mthca_qp.c
1603
memcpy(useg->av, to_mah(wr->ah)->av, MTHCA_AV_SIZE);