Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c51 struct app_config app_cfg; variable
56 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in lock_port()
63 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in unlock_port()
70 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_active()
77 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_inactive()
192 while (app_cfg.exit_now == 0) { in worker_main()
195 ptr_port = &app_cfg.ports[idx_port]; in worker_main()
281 setup_ports(&app_cfg, cnt_ports); in main()
283 app_cfg.exit_now = 0; in main()
284 app_cfg.cnt_ports = cnt_ports; in main()
[all …]