Home
last modified time | relevance | path

Searched refs:mlx4_av (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h239 struct mlx4_av { struct
254 struct mlx4_av av; argument
H A Dqp.c178 memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av)); in set_datagram_seg()
/freebsd/sys/dev/mlx4/
H A Ddevice.h773 struct mlx4_av { struct
804 struct mlx4_av ib; argument
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c258 struct mlx4_av *av = (struct mlx4_av *)dgram->av; in post_nop_wqe()
2775 memcpy(dseg->av, &to_mah(wr->ah)->av, sizeof (struct mlx4_av)); in set_datagram_seg()
2788 struct mlx4_av sqp_av = {0}; in set_tunnel_datagram_seg()
2797 memcpy(dseg->av, &sqp_av, sizeof (struct mlx4_av)); in set_tunnel_datagram_seg()
H A Dmlx4_ib.h246 struct mlx4_av av;
H A Dmlx4_ib_mad.c1529 memcpy(&ah.av, &tunnel->hdr.av, sizeof (struct mlx4_av)); in mlx4_ib_multiplex_mad()