ds_count          495 drivers/net/ethernet/mellanox/mlx5/core/en.h 	u8                   ds_count;
ds_count          197 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	session->ds_count  = MLX5E_XDP_TX_EMPTY_DS_COUNT;
ds_count          210 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	u16 ds_count = session->ds_count;
ds_count          216 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count);
ds_count          218 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 	wi->num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS);
ds_count          279 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c 		     session->ds_count == MLX5E_XDP_MPW_MAX_NUM_DS))
ds_count          137 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h 	       session->ds_count + MLX5E_XDP_INLINE_WQE_MAX_DS_CNT > MLX5E_XDP_MPW_MAX_NUM_DS;
ds_count          164 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h 		(struct mlx5_wqe_data_seg *)session->wqe + session->ds_count;
ds_count          178 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h 		session->ds_count += ds_cnt;
ds_count          186 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h 	session->ds_count++;
ds_count          420 fs/nfs/flexfilelayout/flexfilelayout.c 		u32 ds_count, fh_count, id;
ds_count          427 fs/nfs/flexfilelayout/flexfilelayout.c 		ds_count = be32_to_cpup(p);
ds_count          430 fs/nfs/flexfilelayout/flexfilelayout.c 		if (ds_count != 1)
ds_count          439 fs/nfs/flexfilelayout/flexfilelayout.c 		fls->mirror_array[i]->ds_count = ds_count;
ds_count           77 fs/nfs/flexfilelayout/flexfilelayout.h 	u32				ds_count;
ds_count           61 fs/nfs/pnfs.h  	refcount_t		ds_count;
ds_count          339 fs/nfs/pnfs_nfs.c 		refcount_read(&ds->ds_count), ds->ds_clp,
ds_count          452 fs/nfs/pnfs_nfs.c 	if (refcount_dec_and_lock(&ds->ds_count,
ds_count          538 fs/nfs/pnfs_nfs.c 		refcount_set(&ds->ds_count, 1);
ds_count          547 fs/nfs/pnfs_nfs.c 		refcount_inc(&tmp_ds->ds_count);
ds_count          550 fs/nfs/pnfs_nfs.c 			refcount_read(&tmp_ds->ds_count));