Searched refs:ds_count (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | xdp.h | 188 return session->ds_count + MLX5E_XDP_INLINE_WQE_MAX_DS_CNT > in mlx5e_xdp_mpwqe_is_full() 206 (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_xdp_mpwqe_add_dseg() 221 session->ds_count += ds_cnt; in mlx5e_xdp_mpwqe_add_dseg() 229 session->ds_count++; in mlx5e_xdp_mpwqe_add_dseg()
|
| H A D | xdp.c | 392 .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()
|
| H A D | txrx.h | 376 return session->ds_count == session->ds_count_max; in mlx5e_tx_mpwqe_is_full()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tx.c | 537 .ds_count = MLX5E_TX_WQE_EMPTY_DS_COUNT, in mlx5e_tx_mpwqe_session_start() 558 dseg = (struct mlx5_wqe_data_seg *)session->wqe + session->ds_count; in mlx5e_tx_mpwqe_add_dseg() 566 session->ds_count++; in mlx5e_tx_mpwqe_add_dseg() 574 u8 ds_count = session->ds_count; in mlx5e_tx_mpwqe_session_complete() local 581 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_count); in mlx5e_tx_mpwqe_session_complete() 588 .num_wqebbs = DIV_ROUND_UP(ds_count, MLX5_SEND_WQEBB_NUM_DS), in mlx5e_tx_mpwqe_session_complete()
|
| H A D | en.h | 400 u8 ds_count; member
|
| /linux-6.15/fs/nfs/ |
| H A D | pnfs_nfs.c | 530 refcount_read(&ds->ds_count), ds->ds_clp, in print_ds() 659 if (refcount_dec_and_lock(&ds->ds_count, &nn->nfs4_data_server_lock)) { in nfs4_pnfs_ds_put() 745 refcount_set(&ds->ds_count, 1); in nfs4_pnfs_ds_add() 755 refcount_inc(&tmp_ds->ds_count); in nfs4_pnfs_ds_add() 758 refcount_read(&tmp_ds->ds_count)); in nfs4_pnfs_ds_add()
|
| H A D | pnfs.h | 65 refcount_t ds_count; member
|
| /linux-6.15/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.h | 77 u32 ds_count; member
|
| H A D | flexfilelayout.c | 436 u32 ds_count, fh_count, id; in ff_layout_alloc_lseg() local 443 ds_count = be32_to_cpup(p); in ff_layout_alloc_lseg() 446 if (ds_count != 1) in ff_layout_alloc_lseg() 455 fls->mirror_array[i]->ds_count = ds_count; in ff_layout_alloc_lseg()
|