Searched refs:line_id (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/examples/pipeline/ |
| H A D | cli.c | 809 uint32_t line_id; in cmd_pipeline_table_update() local 882 for (line_id = 1; ; line_id++) { in cmd_pipeline_table_update() 893 file_name_add, line_id); in cmd_pipeline_table_update() 904 file_name_add, line_id); in cmd_pipeline_table_update() 912 for (line_id = 1; ; line_id++) { in cmd_pipeline_table_update() 923 file_name_delete, line_id); in cmd_pipeline_table_update() 934 file_name_delete, line_id); in cmd_pipeline_table_update() 941 for (line_id = 1; ; line_id++) { in cmd_pipeline_table_update() 952 file_name_default, line_id); in cmd_pipeline_table_update() 963 file_name_default, line_id); in cmd_pipeline_table_update()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 1421 u8 line_id, in qed_bus_config_dbg_line() argument 1431 line_id); in qed_bus_config_dbg_line() 3268 u32 block_id, line_id, offset = 0, addr, len; in qed_grc_dump_static_debug() local 3352 for (line_id = 0; line_id < (u32)NUM_DBG_LINES(block_per_chip); in qed_grc_dump_static_debug() 3353 line_id++) { in qed_grc_dump_static_debug() 3358 (u8)line_id, 0xf, 0, 0, 0); in qed_grc_dump_static_debug()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 6759 uint32_t rule_id = 0, line_id = 0; in cli_rule_file_process() local 6797 for (line_id = 1, rule_id = 0; ; line_id++) { in cli_rule_file_process() 6874 *line_number = line_id; in cli_rule_file_process() 6885 *line_number = line_id; in cli_rule_file_process()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 6476 uint32_t rule_id, line_id; in cli_rule_file_process() local 6503 for (line_id = 1, rule_id = 0; rule_id < *n_rules; line_id++) { in cli_rule_file_process() 6569 *line_number = line_id; in cli_rule_file_process()
|