Home
last modified time | relevance | path

Searched refs:mlx5_wqe_datagram_seg (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h109 struct mlx5_wqe_datagram_seg datagram;
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c102 static void set_datagram_seg(struct mlx5_wqe_datagram_seg *dseg, in set_datagram_seg()
999 *seg += sizeof(struct mlx5_wqe_datagram_seg); in handle_qpt_hw_gsi()
1000 *size += sizeof(struct mlx5_wqe_datagram_seg) / 16; in handle_qpt_hw_gsi()
1008 *seg += sizeof(struct mlx5_wqe_datagram_seg); in handle_qpt_ud()
1009 *size += sizeof(struct mlx5_wqe_datagram_seg) / 16; in handle_qpt_ud()
H A Dqp.c530 sizeof(struct mlx5_wqe_datagram_seg); in sq_overhead()
/openbmc/linux/include/linux/mlx5/
H A Dqp.h348 struct mlx5_wqe_datagram_seg { struct
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c946 struct mlx5_wqe_datagram_seg *dseg) in mlx5i_txwqe_build_datagram()
983 struct mlx5_wqe_datagram_seg *datagram; in mlx5i_sq_xmit()