Searched refs:batch (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_ev.c | 276 unsigned int batch; in rhead_ev_qpoll() local 300 for (total = 0; total < batch; ++total) { in rhead_ev_qpoll() 330 EFSYS_ASSERT(batch <= EF100_EV_BATCH); in rhead_ev_qpoll() 331 batch += (EF100_EV_BATCH << 1); in rhead_ev_qpoll() 332 EFSYS_ASSERT(total != batch); in rhead_ev_qpoll() 345 } while (total == batch); in rhead_ev_qpoll() 422 unsigned int batch; in rhead_ev_ew_qpoll() local 440 for (total = 0; total < batch; ++total) { in rhead_ev_ew_qpoll() 476 batch += (EF100_EV_EW_BATCH << 1); in rhead_ev_ew_qpoll() 477 EFSYS_ASSERT(total != batch); in rhead_ev_ew_qpoll() [all …]
|
| H A D | efx_ev.c | 1495 unsigned int batch; in siena_ef10_ev_qpoll() local 1522 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1)); in siena_ef10_ev_qpoll() 1524 for (total = 0; total < batch; ++total) { in siena_ef10_ev_qpoll() 1543 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD) in siena_ef10_ev_qpoll() 1554 if (total == batch && in siena_ef10_ev_qpoll() 1556 offset = (count + batch) & eep->ee_mask; in siena_ef10_ev_qpoll() 1617 EFSYS_ASSERT(batch <= EFX_EV_BATCH); in siena_ef10_ev_qpoll() 1618 batch += (EFX_EV_BATCH << 1); in siena_ef10_ev_qpoll() 1619 EFSYS_ASSERT(total != batch); in siena_ef10_ev_qpoll() 1638 } while (total == batch); in siena_ef10_ev_qpoll()
|
| H A D | ef10_rx.c | 647 uint32_t index, remain, batch; in ef10_rx_scale_tbl_set() local 649 batch = MC_CMD_RSS_CONTEXT_WRITE_TABLE_IN_ENTRIES_MAXNUM_MCDI2; in ef10_rx_scale_tbl_set() 652 for (remain = nentries; remain > 0; remain -= batch) { in ef10_rx_scale_tbl_set() 653 if (batch > remain) in ef10_rx_scale_tbl_set() 654 batch = remain; in ef10_rx_scale_tbl_set() 657 index, &table[index], batch); in ef10_rx_scale_tbl_set() 661 index += batch; in ef10_rx_scale_tbl_set()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 374 uint16_t batch, ret = 0; in idxd_completed() local 377 batch = batch_completed(idxd, max_ops - ret, has_error); in idxd_completed() 378 ret += batch; in idxd_completed() 379 } while (batch > 0 && *has_error == false); in idxd_completed() 391 uint16_t batch, ret = 0; in idxd_completed_status() local 394 batch = batch_completed_status(idxd, max_ops - ret, &status[ret]); in idxd_completed_status() 395 ret += batch; in idxd_completed_status() 396 } while (batch > 0); in idxd_completed_status()
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | idxd.rst | 73 --max-batch-size=512 --type=user --name=dpdk_app1 97 --priority=10 --max-batch-size=1024 --mode=dedicated --name=dpdk_app1 99 --priority=10 --max-batch-size=1024 --mode=dedicated --name=dpdk_app1 101 --priority=10 --max-batch-size=1024 --mode=dedicated --name=dpdk_app1 103 --priority=10 --max-batch-size=1024 --mode=dedicated --name=dpdk_app1
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 413 unsigned int batch, j; in test_completion_status() local 416 for (batch = 0; batch < 2; batch++) { in test_completion_status()
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 73 * ``--rules-batch=N`` 78 and an iteration window size of --rules-batch=100000 flow rules, 85 Default iteration window equals to the rules-batch size (i.e., 100,000).
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_rx_adapter.rst | 210 temporarily enqueues mbufs to an event buffer before batch enqueuing these
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | dma.rst | 67 * b BS: set the DMA batch size
|