Home
last modified time | relevance | path

Searched refs:INL_HDR_START_SZ (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h28 #define INL_HDR_START_SZ (sizeof(((struct mlx5_wqe_eth_seg *)NULL)->inline_hdr.start)) macro
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c314 ds_cnt_inl = DIV_ROUND_UP(ihs - INL_HDR_START_SZ, MLX5_SEND_WQE_DS); in mlx5e_sq_xmit()
632 ds_cnt_inl = DIV_ROUND_UP(ihs - INL_HDR_START_SZ, MLX5_SEND_WQE_DS); in mlx5i_sq_xmit()