Searched refs:op_count (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_proxy.c | 148 __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 D | efx_proxy.c | 150 configp->op_count); in efx_proxy_auth_configure()
|
| H A D | ef10_impl.h | 1607 __in_ecount(op_count) uint32_t *op_listp, 1608 __in size_t op_count);
|
| H A D | efx.h | 3980 size_t op_count; member
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | rte_ioat_rawdev_fns.h | 169 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 D | ioat_common.c | 95 i, b, b->submitted, b->op_count, b->hdl_end); in idxd_dev_dump()
|