Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c506 .ds_count = MLX5E_TX_WQE_EMPTY_DS_COUNT, in mlx5e_tx_mpwqe_session_start()
527 dseg = (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_tx_mpwqe_add_dseg()
535 session->ds_count++; in mlx5e_tx_mpwqe_add_dseg()
543 u8 ds_count = session->ds_count; in mlx5e_tx_mpwqe_session_complete() local
550 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count); in mlx5e_tx_mpwqe_session_complete()
557 .num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS), in mlx5e_tx_mpwqe_session_complete()
H A Den.h401 u8 ds_count; member
/linux/fs/nfs/
H A Dpnfs_nfs.c531 refcount_read(&ds->ds_count), ds->ds_clp, in print_ds()
660 if (refcount_dec_and_lock(&ds->ds_count, &nn->nfs4_data_server_lock)) { in nfs4_pnfs_ds_put()
746 refcount_set(&ds->ds_count, 1); in nfs4_pnfs_ds_add()
756 refcount_inc(&tmp_ds->ds_count); in nfs4_pnfs_ds_add()
759 refcount_read(&tmp_ds->ds_count)); in nfs4_pnfs_ds_add()
H A Dpnfs.h65 refcount_t ds_count; member