Home
last modified time | relevance | path

Searched refs:mlx5_wqe_eth_pad (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h105 struct mlx5_wqe_eth_pad { struct
112 struct mlx5_wqe_eth_pad pad; argument
/linux/drivers/infiniband/hw/mlx5/
H A Dwr.h15 struct mlx5_wqe_eth_pad { struct
H A Dwr.c1014 struct mlx5_wqe_eth_pad *pad; in handle_qpt_ud()
1017 memset(pad, 0, sizeof(struct mlx5_wqe_eth_pad)); in handle_qpt_ud()
1018 *seg += sizeof(struct mlx5_wqe_eth_pad); in handle_qpt_ud()
1019 *size += sizeof(struct mlx5_wqe_eth_pad) / 16; in handle_qpt_ud()
H A Dqp.c524 size += sizeof(struct mlx5_wqe_eth_pad) + in sq_overhead()