Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-event/
H A Dmain.c561 uint16_t port_id, last_port; in main() local
596 last_port = 0; in main()
607 rsrc->dst_ports[port_id] = last_port; in main()
608 rsrc->dst_ports[last_port] = port_id; in main()
610 last_port = port_id; in main()
617 rsrc->dst_ports[last_port] = last_port; in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c532 uint16_t portid, last_port; in main() local
577 last_port = 0; in main()
588 l2fwd_dst_ports[portid] = last_port; in main()
589 l2fwd_dst_ports[last_port] = portid; in main()
591 last_port = portid; in main()
597 l2fwd_dst_ports[last_port] = last_port; in main()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c642 uint16_t portid, last_port; in main() local
686 last_port = 0; in main()
705 l2fwd_dst_ports[portid] = last_port; in main()
706 l2fwd_dst_ports[last_port] = portid; in main()
708 last_port = portid; in main()
715 l2fwd_dst_ports[last_port] = last_port; in main()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.c846 u->last_port = (in_port_t) n; in ngx_parse_inet_url()
859 if (u->last_port && n > u->last_port) { in ngx_parse_inet_url()
896 u->last_port = (in_port_t) n; in ngx_parse_inet_url()
915 if (u->last_port && n > u->last_port) { in ngx_parse_inet_url()
941 u->last_port = 0; in ngx_parse_inet_url()
1051 u->last_port = (in_port_t) n; in ngx_parse_inet6_url()
1064 if (u->last_port && n > u->last_port) { in ngx_parse_inet6_url()
1272 nports = u->last_port ? u->last_port - u->port + 1 : 1; in ngx_inet_add_addr()
H A Dngx_inet.h89 in_port_t last_port; member
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c749 uint16_t portid, last_port; in main() local
783 last_port = 0; in main()
794 l2fwd_dst_ports[portid] = last_port; in main()
795 l2fwd_dst_ports[last_port] = portid; in main()
797 last_port = portid; in main()
803 l2fwd_dst_ports[last_port] = last_port; in main()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pko.c597 int last_port; in cvmx_pko_initialize_global() local
605 last_port = cvmx_helper_get_last_ipd_port(num_interfaces-1); in cvmx_pko_initialize_global()
606 max_queues = cvmx_pko_get_base_queue(last_port) + in cvmx_pko_initialize_global()
607 cvmx_pko_get_num_queues(last_port); in cvmx_pko_initialize_global()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_real_virtual.rst215 last_port = 0;
228 l2fwd_dst_ports[portid] = last_port;
229 l2fwd_dst_ports[last_port] = portid;
232 last_port = portid;
H A Dl2_forward_job_stats.rst186 last_port = 0;
197 l2fwd_dst_ports[portid] = last_port;
198 l2fwd_dst_ports[last_port] = portid;
201 last_port = portid;
H A Dl2_forward_event.rst212 last_port = 0;
225 l2fwd_dst_ports[portid] = last_port;
226 l2fwd_dst_ports[last_port] = portid;
229 last_port = portid;
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c4312 uint16_t last_port; in rte_eth_dev_callback_register() local
4324 last_port = RTE_MAX_ETHPORTS - 1; in rte_eth_dev_callback_register()
4326 next_port = last_port = port_id; in rte_eth_dev_callback_register()
4360 } while (++next_port <= last_port); in rte_eth_dev_callback_register()
4375 uint16_t last_port; in rte_eth_dev_callback_unregister() local
4387 last_port = RTE_MAX_ETHPORTS - 1; in rte_eth_dev_callback_unregister()
4389 next_port = last_port = port_id; in rte_eth_dev_callback_unregister()
4417 } while (++next_port <= last_port); in rte_eth_dev_callback_unregister()