Symbol: to_mah
sys/dev/mlx4/mlx4_ib/mlx4_ib_ah.c
159
struct mlx4_ib_ah *mah = to_mah(ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_ah.c
184
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
83
struct mlx4_ib_ah *ah = to_mah(ib_ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2294
struct mlx4_ib_ah *ah = to_mah(wr->ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2443
struct mlx4_ib_ah *ah = to_mah(wr->ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2774
memcpy(dseg->av, &to_mah(wr->ah)->av, sizeof (struct mlx4_av));
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2777
dseg->vlan = to_mah(wr->ah)->av.eth.vlan;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2778
memcpy(dseg->mac, to_mah(wr->ah)->av.eth.mac, 6);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2786
union mlx4_ext_av *av = &to_mah(wr->ah)->av;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2809
struct mlx4_ib_ah *ah = to_mah(wr->ah);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2955
struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah);
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_ah.c
96
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
296
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
1502
mthca_ah_grh_present(to_mah(wr->ah)), 0, 0, 0,
sys/dev/mthca/mthca_qp.c
1505
err = mthca_read_ah(dev, to_mah(wr->ah), &sqp->ud_header);
sys/dev/mthca/mthca_qp.c
1601
useg->lkey = cpu_to_be32(to_mah(wr->ah)->key);
sys/dev/mthca/mthca_qp.c
1602
useg->av_addr = cpu_to_be64(to_mah(wr->ah)->avdma);
sys/dev/mthca/mthca_qp.c
1611
memcpy(useg->av, to_mah(wr->ah)->av, MTHCA_AV_SIZE);