Home
last modified time | relevance | path

Searched refs:op_count (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_proxy.c148 __in_ecount(op_count) uint32_t *op_listp, in efx_proxy_auth_fill_op_mask()
149 __in size_t op_count, in efx_proxy_auth_fill_op_mask() argument
161 while (op_count--) { in efx_proxy_auth_fill_op_mask()
186 __in_ecount(op_count) uint32_t *op_listp, in ef10_proxy_auth_mc_config()
187 __in size_t op_count) in ef10_proxy_auth_mc_config() argument
198 if ((rc = efx_proxy_auth_fill_op_mask(op_listp, op_count, in ef10_proxy_auth_mc_config()
H A Defx_proxy.c150 configp->op_count); in efx_proxy_auth_configure()
H A Def10_impl.h1607 __in_ecount(op_count) uint32_t *op_listp,
1608 __in size_t op_count);
H A Defx.h3980 size_t op_count; member
/f-stack/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev_fns.h169 uint16_t op_count; member
384 if (b->op_count >= BATCH_SIZE) in __idxd_write_desc()
392 b->ops[b->op_count++] = *desc; in __idxd_write_desc()
469 if (b->submitted || b->op_count == 0) in __idxd_perform_ops()
474 b->batch_desc.size = b->op_count + 1; in __idxd_perform_ops()
495 b->op_count = 0; in __idxd_completed_ops()
H A Dioat_common.c95 i, b, b->submitted, b->op_count, b->hdl_end); in idxd_dev_dump()