Searched refs:idx_port (Results 1 – 3 of 3) sorted by relevance
40 int idx_port; member54 void lock_port(int idx_port) in lock_port() argument61 void unlock_port(int idx_port) in unlock_port() argument91 int idx_port; in setup_ports() local103 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() local193 for (idx_port = 0; idx_port < app_cfg.cnt_ports; idx_port++) { in worker_main()[all …]
8 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);
228 for (idx_port = 0; idx_port < cnt_ports; idx_port++)229 rte_stats_bitrate_calc(bitrate_data, idx_port);