Home
last modified time | relevance | path

Searched refs:cur_sz (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h56 u16 cur_sz; member
76 u16 cur_sz; member
107 return wq->cur_sz == wq->sz; in mlx5_wq_cyc_is_full()
112 return wq->sz - wq->cur_sz; in mlx5_wq_cyc_missing()
117 return !wq->cur_sz; in mlx5_wq_cyc_is_empty()
123 wq->cur_sz++; in mlx5_wq_cyc_push()
129 wq->cur_sz += n; in mlx5_wq_cyc_push_n()
134 wq->cur_sz--; in mlx5_wq_cyc_pop()
154 return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr - wq->cur_sz); in mlx5_wq_cyc_get_tail()
253 return wq->cur_sz in mlx5_wq_ll_is_full()
[all...]
H A Dwq.c93 mlx5_wq_cyc_get_size(wq), wq->cur_sz, ix, len); in mlx5_wq_cyc_wqe_dump()
100 wq->cur_sz = 0; in mlx5_wq_cyc_reset()
256 wq->cur_sz = 0; in mlx5_wq_ll_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h56 u16 cur_sz; member
76 u16 cur_sz; member
107 return wq->cur_sz == wq->sz; in mlx5_wq_cyc_is_full()
112 return wq->sz - wq->cur_sz; in mlx5_wq_cyc_missing()
117 return !wq->cur_sz; in mlx5_wq_cyc_is_empty()
123 wq->cur_sz++; in mlx5_wq_cyc_push()
129 wq->cur_sz += n; in mlx5_wq_cyc_push_n()
134 wq->cur_sz--; in mlx5_wq_cyc_pop()
154 return mlx5_wq_cyc_ctr2ix(wq, wq->wqe_ctr - wq->cur_sz); in mlx5_wq_cyc_get_tail()
270 return wq->cur_sz in mlx5_wq_ll_is_full()
[all...]
H A Dwq.c88 mlx5_wq_cyc_get_size(wq), wq->cur_sz, ix, len); in mlx5_wq_cyc_wqe_dump()
95 wq->cur_sz = 0; in mlx5_wq_cyc_reset()
251 wq->cur_sz = 0; in mlx5_wq_ll_reset()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1256 static void fill_curve_param(void *addr, u64 *param, unsigned int cur_sz, u8 ndigits) in fill_curve_param() argument
1258 unsigned int sz = cur_sz - (ndigits - 1) * sizeof(u64); in fill_curve_param()
1267 hpre_key_to_big_end((u8 *)addr, cur_sz); in fill_curve_param()
1271 unsigned int cur_sz) in hpre_ecdh_fill_curve()
1275 void *p = ctx->ecdh.p + ctx->key_sz - cur_sz; in hpre_ecdh_fill_curve()
1276 void *a = ctx->ecdh.p + shifta - cur_sz; in hpre_ecdh_fill_curve()
1277 void *b = ctx->ecdh.p + shiftb - cur_sz; in hpre_ecdh_fill_curve()
1278 void *x = ctx->ecdh.g + ctx->key_sz - cur_sz; in hpre_ecdh_fill_curve()
1279 void *y = ctx->ecdh.g + shifta - cur_sz; in hpre_ecdh_fill_curve()
1290 fill_curve_param(p, curve->p, cur_sz, curv in hpre_ecdh_fill_curve()
1270 hpre_ecdh_fill_curve(struct hpre_ctx *ctx, struct ecdh *params, unsigned int cur_sz) hpre_ecdh_fill_curve() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbtree.c700 size_t cur_sz; in xchk_btree() local
709 cur_sz = xchk_btree_sizeof(cur->bc_nlevels); in xchk_btree()
710 if (cur_sz > PAGE_SIZE) { in xchk_btree()
714 bs = kzalloc(cur_sz, XCHK_GFP_FLAGS); in xchk_btree()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h333 return rq->mpwqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()
335 return rq->wqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h385 return rq->mpwqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()
387 return rq->wqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()

Completed in 8 milliseconds