Searched refs:mlx5_av (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | qp.h | 303 struct mlx5_av { struct 328 struct mlx5_av av; 338 struct mlx5_av av;
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | qp.h | 314 struct mlx5_av { struct 339 struct mlx5_av av; 349 struct mlx5_av av;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.h | 120 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.h | 119 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 891 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, in mlx5i_txwqe_build_datagram() 894 memcpy(&dseg->av, av, sizeof(struct mlx5_av)); in mlx5i_txwqe_build_datagram() 923 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) in mlx5i_sq_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 942 mlx5i_txwqe_build_datagram(struct mlx5_av *av, u32 dqpn, u32 dqkey, in mlx5i_txwqe_build_datagram() 945 memcpy(&dseg->av, av, sizeof(struct mlx5_av)); in mlx5i_txwqe_build_datagram() 974 struct mlx5_av *av, u32 dqpn, u32 dqkey, bool xmit_more) in mlx5i_sq_xmit()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 1162 *wqe += sizeof(struct mlx5_av); in mlx5_ib_mr_initiator_pfault_handler()
|
H A D | wr.c | 155 memcpy(&dseg->av, &to_mah(ud_wr(wr)->ah)->av, sizeof(struct mlx5_av)); in set_datagram_seg()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 105 memcpy(&dseg->av, &to_mah(ud_wr(wr)->ah)->av, sizeof(struct mlx5_av)); in set_datagram_seg()
|
H A D | odp.c | 1089 *wqe += sizeof(struct mlx5_av); in mlx5_ib_mr_initiator_pfault_handler()
|
Completed in 15 milliseconds