| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | rewrite-index.pl | 11 my ($obj, $stage, $path) = ($1,$2,$3); 19 $_ = "100644 $1 $stage\t$path\n"
|
| /f-stack/freebsd/arm64/include/ |
| H A D | cpu.h | 192 #define ADDRESS_TRANSLATE_FUNC(stage) \ argument 194 arm64_address_translate_ ##stage (uint64_t addr) \ 199 "at " __STRING(stage) ", %1 \n" \
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-usb.c | 1579 switch (transaction->stage) in __cvmx_usb_start_channel_control() 1709 transaction->stage); in __cvmx_usb_start_channel() 1787 if ((transaction->stage&1) == 0) in __cvmx_usb_start_channel() 2205 transaction->stage = CVMX_USB_STAGE_NON_CONTROL; in __cvmx_usb_perform_complete() 2302 transaction->stage = CVMX_USB_STAGE_SETUP; in __cvmx_usb_submit_transaction() 2304 transaction->stage = CVMX_USB_STAGE_NON_CONTROL; in __cvmx_usb_submit_transaction() 3018 if ((transaction->stage == CVMX_USB_STAGE_SETUP) || in __cvmx_usb_poll_channel() 3080 transaction->stage &= ~1; in __cvmx_usb_poll_channel() 3121 transaction->stage &= ~1; in __cvmx_usb_poll_channel() 3143 switch (transaction->stage) in __cvmx_usb_poll_channel() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 862 if (!(dctx->stage == ZSTDds_decompressBlock || dctx->stage == ZSTDds_decompressLastBlock)) in ZSTD_nextSrcSizeToDecompressWithInputSize() 870 switch(dctx->stage) in ZSTD_nextInputType() 904 switch (dctx->stage) in ZSTD_decompressContinue() 920 dctx->stage = ZSTDds_decodeFrameHeader; in ZSTD_decompressContinue() 928 dctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue() 1027 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue() 1036 dctx->stage = ZSTDds_skipFrame; in ZSTD_decompressContinue() 1041 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue() 1180 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressBegin() 1754 zds->stage = ZSTDds_skipFrame; in ZSTD_decompressStream() [all …]
|
| H A D | zstd_decompress_internal.h | 118 ZSTD_dStage stage; member
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ice.rst | 64 In pipeline mode, a flow can be set at one specific stage by setting parameter 66 priority 0 located at the first pipeline stage which typically be used as a firewall 67 to drop the packet on a blocklist(we called it permission stage). At this stage, 69 !0 located at the second stage, typically packets are classified here and be steered to 70 specific queue or queue group (we called it distribution stage), At this stage, flow 74 all flows are virtually at the same pipeline stage. 300 stage.
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 1761 hw->reset.stage = RESET_STAGE_NONE; in hns3_reset_init() 2013 if (hw->reset.stage == RESET_STAGE_NONE) { in hns3_reset_pre() 2015 hw->reset.stage = RESET_STAGE_DOWN; in hns3_reset_pre() 2025 hw->reset.stage = RESET_STAGE_PREWAIT; in hns3_reset_pre() 2076 hw->reset.stage = RESET_STAGE_RESTORE; in hns3_reset_post() 2095 hw->reset.stage = RESET_STAGE_DONE; in hns3_reset_post() 2104 hw->reset.stage = RESET_STAGE_NONE; in hns3_reset_post() 2193 hw->reset.stage = RESET_STAGE_WAIT; in hns3_reset_process() 2203 hw->reset.stage = RESET_STAGE_DEV_INIT; in hns3_reset_process() 2217 hw->reset.stage = RESET_STAGE_PREWAIT; in hns3_reset_process() [all …]
|
| H A D | hns3_fdir.c | 162 uint8_t stage; member 196 uint8_t stage; member 209 uint8_t stage; member 217 uint8_t stage; member 287 req->stage = HNS3_FD_STAGE_1; in hns3_set_fd_key_config() 388 req1->stage = HNS3_FD_STAGE_1; in hns3_fd_tcam_config() 426 req->stage = HNS3_FD_STAGE_1; in hns3_fd_ad_config() 1089 req->stage = HNS3_FD_STAGE_1; in hns3_get_count()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_graph_perf.c | 274 graph_node_count_edges(uint32_t stage, uint16_t node, uint16_t nodes_per_stage, in graph_node_count_edges() argument 284 if (edge_map[stage + 1][i][node]) { in graph_node_count_edges() 287 rte_node_id_to_name(node_map[stage + 1][i])); in graph_node_count_edges() 288 node_data->next_nodes[edges] = node_map[stage + 1][i]; in graph_node_count_edges() 290 edge_map[stage + 1][i][node]; in graph_node_count_edges() 292 total_percent += edge_map[stage + 1][i][node]; in graph_node_count_edges()
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 81 Set the scheduled type of each stage where ``type_list`` size 351 The producer(s) injects the events to eventdev based the first stage sched type 356 reaches the last stage in the pipeline. On event termination, application 361 the timestamp in the event on the first stage and then on termination, it 466 stage and thus reduces the number of queues required to realize the use case 534 | | | nb_producers | At the last stage of the schedule list | 575 The producer(s) injects the events to eventdev based the first stage sched type 580 the last stage in the pipeline if the event type is ``atomic`` it is enqueued 582 ``atomic`` and enqueued onto the last stage queue. 684 stage and thus reduces the number of queues required to realize the use case.
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v04.c | 2511 ZSTD_dStage stage; member 2521 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_resetDCtx() 3207 switch (ctx->stage) in ZSTD_decompressContinue() 3370 ZBUFF_dStage stage; member 3383 zbc->stage = ZBUFFds_init; in ZBUFF_createDCtx() 3402 zbc->stage = ZBUFFds_readHeader; in ZBUFF_decompressInit() 3439 switch(zbc->stage) in ZBUFF_decompressContinue() 3501 zbc->stage = ZBUFFds_load; in ZBUFF_decompressContinue() 3504 zbc->stage = ZBUFFds_read; in ZBUFF_decompressContinue() 3511 zbc->stage = ZBUFFds_init; in ZBUFF_decompressContinue() [all …]
|
| H A D | zstd_v05.c | 2661 ZSTDv05_dStage stage; member 2675 dctx->stage = ZSTDv05ds_getFrameHeaderSize; in ZSTDv05_decompressBegin() 3594 switch (dctx->stage) in ZSTDv05_decompressContinue() 3848 ZBUFFv05_dStage stage; member 3859 zbc->stage = ZBUFFv05ds_init; in ZBUFFv05_createDCtx() 3878 zbc->stage = ZBUFFv05ds_readHeader; in ZBUFFv05_decompressInitDictionary() 3902 switch(zbc->stage) in ZBUFFv05_decompressContinue() 3964 zbc->stage = ZBUFFv05ds_load; in ZBUFFv05_decompressContinue() 3967 zbc->stage = ZBUFFv05ds_read; in ZBUFFv05_decompressContinue() 3973 zbc->stage = ZBUFFv05ds_init; in ZBUFFv05_decompressContinue() [all …]
|
| H A D | zstd_v07.c | 2947 ZSTDv07_dStage stage; member 2969 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTDv07_decompressBegin() 3983 return dctx->stage == ZSTDds_skipFrame; in ZSTDv07_isSkipFrame() 3995 switch (dctx->stage) in ZSTDv07_decompressContinue() 4074 dctx->stage = ZSTDds_skipFrame; in ZSTDv07_decompressContinue() 4320 ZBUFFv07_dStage stage; member 4357 zbd->stage = ZBUFFds_init; in ZBUFFv07_createDCtx_advanced() 4376 zbd->stage = ZBUFFds_loadHeader; in ZBUFFv07_decompressInitDictionary() 4413 switch(zbd->stage) in ZBUFFv07_decompressContinue() 4461 zbd->stage = ZBUFFds_read; in ZBUFFv07_decompressContinue() [all …]
|
| H A D | zstd_v06.c | 2822 ZSTDv06_dStage stage; member 2836 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTDv06_decompressBegin() 3736 switch (dctx->stage) in ZSTDv06_decompressContinue() 3955 ZBUFFv06_dStage stage; member 3975 zbd->stage = ZBUFFds_init; in ZBUFFv06_createDCtx() 3994 zbd->stage = ZBUFFds_loadHeader; in ZBUFFv06_decompressInitDictionary() 4031 switch(zbd->stage) in ZBUFFv06_decompressContinue() 4077 zbd->stage = ZBUFFds_read; in ZBUFFv06_decompressContinue() 4082 zbd->stage = ZBUFFds_init; in ZBUFFv06_decompressContinue() 4098 zbd->stage = ZBUFFds_load; in ZBUFFv06_decompressContinue() [all …]
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | eventdev_pipeline.rst | 14 stage of work. This is useful for performance testing as well as quickly testing 44 * ``-W1000``: do 1000 cycles of work per packet in each stage 80 scheduling type at each stage, and parameters to options such as how many
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 27 with the logic of each stage glued around a lookup table. 29 as well as the next stage to send the packet to. 494 On each pipeline iteration, the packets are pushed to the next pipeline stage: for the 4-stage pipe… 496 …kets (that just completed stage 2) are now executing stage 3, two packets (that just completed sta… 497 two packets (that just completed stage 0) are now executing stage 1 and two packets (next two packe… 498 are entering the pipeline to execute stage 0. 504 The current pipeline stage finalizes by prefetching the data structures required by the next pipeli… 520 For example, for the 4-stage pipeline, stage 0 is executed on packets 0 and 1 and then, 522 …e used: packets 2 and 3 (executing stage 1), packets 4 and 5 (executing stage 2) and packets 6 and… 609 For each pipeline stage, the described operations are applied to each of the two packets handled by… [all …]
|
| H A D | eventdev.rst | 90 In this case, each stage has a specified scheduling type. The application 132 create and configure an eventdev and use it for a two-stage atomic pipeline 346 the event to the next stage in the pipeline. 355 /* process mbuf using events[i].queue_id as pipeline stage */ 357 /* Send event to next stage in pipeline */
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_init.h | 38 #define BLOCK_OPS_IDX(block, stage, end) \ argument 39 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end)) 525 #define BLOCK_OPS_IDX(block, stage, end) \ argument 526 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 45 Overview of pipeline stage of an application 165 * Extreme stalls in dequeue stage of the pipeline will cause 186 stage is not filling up the ring as required. 366 * If the failure is on the enqueue stage for events, check if queue depth 369 #. If there are performance drops in the enqueue stage 426 Using hooks or callbacks capture the packet middle of the pipeline stage
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-pwrseq-emmc.txt | 10 broken) ROM bootloaders are unable to read second stage from the emmc
|
| H A D | mmc-pwrseq-emmc.yaml | 20 broken) ROM bootloaders are unable to read second stage from the emmc
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adf4371.yaml | 40 output stage will shut down until the ADF4371/ADF4372 achieves lock as
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/ |
| H A D | coreboot.txt | 6 second-stage bootloader (a coreboot "payload").
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.h | 70 typedef void rib_walk_hook_f_t(struct rib_head *rnh, enum rib_walk_hook stage,
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 54 struct opdl_stage *stage; /* back pointer */ member 806 s->shared.stage = s; in init_stage() 872 int ret = add_dep(dependent, dependency->deps[i]->stage, in add_dep() 1214 s->deps[0]->stage->index : 0); in opdl_ring_dump() 1216 fprintf(f, ",%u", s->deps[j]->stage->index); in opdl_ring_dump()
|