Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c40 int idx_port; member
54 void lock_port(int idx_port) in lock_port() argument
61 void unlock_port(int idx_port) in unlock_port() argument
91 int idx_port; in setup_ports() local
103 for (idx_port = 0; idx_port < cnt_ports; idx_port++) { in setup_ports()
131 ptr_port->idx_port = idx_port; in setup_ports()
142 idx_port, 0, nb_rxd, in setup_ports()
149 idx_port, 0, nb_txd, in setup_ports()
188 uint16_t idx_port; in worker_main() local
193 for (idx_port = 0; idx_port < app_cfg.cnt_ports; idx_port++) { in worker_main()
[all …]
H A Dethapp.h8 void lock_port(int idx_port);
9 void unlock_port(int idx_port);
10 void mark_port_inactive(int idx_port);
11 void mark_port_active(int idx_port);
12 void mark_port_newmac(int idx_port);
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst228 for (idx_port = 0; idx_port < cnt_ports; idx_port++)
229 rte_stats_bitrate_calc(bitrate_data, idx_port);