Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c34 struct app_port { struct
45 struct app_port ports[MAX_PORTS]; argument
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()
84 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_newmac()
104 struct app_port *ptr_port = &app_cfg->ports[idx_port]; in setup_ports()
169 static void process_frame(struct app_port *ptr_port, in process_frame()
181 struct app_port *ptr_port; in worker_main()