Home
last modified time | relevance | path

Searched defs:ptr_port (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c56 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in lock_port() local
63 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in unlock_port() local
70 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_active() local
77 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_inactive() local
84 struct app_port *ptr_port = &app_cfg.ports[idx_port]; in mark_port_newmac() local
104 struct app_port *ptr_port = &app_cfg->ports[idx_port]; in setup_ports() local
169 static void process_frame(struct app_port *ptr_port, in process_frame()
181 struct app_port *ptr_port; in worker_main() local