Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.h182 return session->ds_count + MLX5E_XDP_INLINE_WQE_MAX_DS_CNT > in mlx5e_xdp_mpwqe_is_full()
200 (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_xdp_mpwqe_add_dseg()
215 session->ds_count += ds_cnt; in mlx5e_xdp_mpwqe_add_dseg()
223 session->ds_count++; in mlx5e_xdp_mpwqe_add_dseg()
A Dxdp.c392 .ds_count = MLX5E_TX_WQE_EMPTY_DS_COUNT, in mlx5e_xdp_mpwqe_session_start()
406 u16 ds_count = session->ds_count; in mlx5e_xdp_mpwqe_complete() local
412 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count); in mlx5e_xdp_mpwqe_complete()
414 wi->num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS); in mlx5e_xdp_mpwqe_complete()
A Dtxrx.h387 return session->ds_count == session->ds_count_max; in mlx5e_tx_mpwqe_is_full()
/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tx.c531 .ds_count = MLX5E_TX_WQE_EMPTY_DS_COUNT, in mlx5e_tx_mpwqe_session_start()
552 dseg = (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_tx_mpwqe_add_dseg()
560 session->ds_count++; in mlx5e_tx_mpwqe_add_dseg()
568 u8 ds_count = session->ds_count; in mlx5e_tx_mpwqe_session_complete() local
575 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count); in mlx5e_tx_mpwqe_session_complete()
582 .num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS), in mlx5e_tx_mpwqe_session_complete()
A Den.h396 u8 ds_count; member

Completed in 19 milliseconds