ds_cnt_inl        280 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 	u16 ds_cnt, ds_cnt_inl = 0;
ds_cnt_inl        314 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		ds_cnt_inl = DIV_ROUND_UP(ihs - INL_HDR_START_SZ, MLX5_SEND_WQE_DS);
ds_cnt_inl        315 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		ds_cnt += ds_cnt_inl;
ds_cnt_inl        360 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		dseg += ds_cnt_inl;
ds_cnt_inl        603 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 	u16 ds_cnt, ds_cnt_inl = 0;
ds_cnt_inl        635 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		ds_cnt_inl = DIV_ROUND_UP(ihs - INL_HDR_START_SZ, MLX5_SEND_WQE_DS);
ds_cnt_inl        636 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		ds_cnt += ds_cnt_inl;
ds_cnt_inl        665 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 		dseg += ds_cnt_inl;