Searched refs:cur_sz (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.c | 88 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()
|
/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1261 static void fill_curve_param(void *addr, u64 *param, unsigned int cur_sz, u8 ndigits) in fill_curve_param() argument 1263 unsigned int sz = cur_sz - (ndigits - 1) * sizeof(u64); in fill_curve_param() 1272 hpre_key_to_big_end((u8 *)addr, cur_sz); in fill_curve_param() 1276 unsigned int cur_sz) in hpre_ecdh_fill_curve() argument 1280 void *p = ctx->ecdh.p + ctx->key_sz - cur_sz; in hpre_ecdh_fill_curve() 1281 void *a = ctx->ecdh.p + shifta - cur_sz; in hpre_ecdh_fill_curve() 1282 void *b = ctx->ecdh.p + shiftb - cur_sz; in hpre_ecdh_fill_curve() 1283 void *x = ctx->ecdh.g + ctx->key_sz - cur_sz; in hpre_ecdh_fill_curve() 1284 void *y = ctx->ecdh.g + shifta - cur_sz; in hpre_ecdh_fill_curve() 1295 fill_curve_param(p, curve->p, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() [all …]
|
/linux/fs/xfs/scrub/ |
H A D | btree.c | 692 size_t cur_sz; in xchk_btree() local 701 cur_sz = xchk_btree_sizeof(cur->bc_nlevels); in xchk_btree() 702 if (cur_sz > PAGE_SIZE) { in xchk_btree() 706 bs = kzalloc(cur_sz, XCHK_GFP_FLAGS); in xchk_btree()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 406 return rq->mpwqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz() 408 return rq->wqe.wq.cur_sz; in mlx5e_rqwq_get_cur_sz()
|