Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.h129 return session->ds_count + MLX5E_XDP_INLINE_WQE_MAX_DS_CNT > in mlx5e_xdp_mpqwe_is_full()
146 (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_xdp_mpwqe_add_dseg()
161 session->ds_count += ds_cnt; in mlx5e_xdp_mpwqe_add_dseg()
169 session->ds_count++; in mlx5e_xdp_mpwqe_add_dseg()
A Dxdp.c209 .ds_count = MLX5E_TX_WQE_EMPTY_DS_COUNT, in mlx5e_xdp_mpwqe_session_start()
222 u16 ds_count = session->ds_count; in mlx5e_xdp_mpwqe_complete() local
228 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count); in mlx5e_xdp_mpwqe_complete()
230 wi->num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS); in mlx5e_xdp_mpwqe_complete()
A Dtxrx.h308 return session->ds_count == MLX5E_TX_MPW_MAX_NUM_DS; in mlx5e_tx_mpwqe_is_full()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tx.c554 .ds_count = MLX5E_TX_WQE_EMPTY_DS_COUNT, in mlx5e_tx_mpwqe_session_start()
574 dseg = (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_tx_mpwqe_add_dseg()
582 session->ds_count++; in mlx5e_tx_mpwqe_add_dseg()
590 u8 ds_count = session->ds_count; in mlx5e_tx_mpwqe_session_complete() local
597 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count); in mlx5e_tx_mpwqe_session_complete()
604 .num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS), in mlx5e_tx_mpwqe_session_complete()
A Den.h387 u8 ds_count; member
/linux/fs/nfs/
A Dpnfs_nfs.c572 refcount_read(&ds->ds_count), ds->ds_clp, in print_ds()
699 if (refcount_dec_and_lock(&ds->ds_count, in nfs4_pnfs_ds_put()
785 refcount_set(&ds->ds_count, 1); in nfs4_pnfs_ds_add()
794 refcount_inc(&tmp_ds->ds_count); in nfs4_pnfs_ds_add()
797 refcount_read(&tmp_ds->ds_count)); in nfs4_pnfs_ds_add()
A Dpnfs.h63 refcount_t ds_count; member
/linux/fs/nfs/flexfilelayout/
A Dflexfilelayout.h77 u32 ds_count; member
A Dflexfilelayout.c413 u32 ds_count, fh_count, id; in ff_layout_alloc_lseg() local
420 ds_count = be32_to_cpup(p); in ff_layout_alloc_lseg()
423 if (ds_count != 1) in ff_layout_alloc_lseg()
432 fls->mirror_array[i]->ds_count = ds_count; in ff_layout_alloc_lseg()

Completed in 24 milliseconds