Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pipeline/
H A Dinit.c158 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in app_ports_check_link() local
176 rte_eth_link_to_str(link_status_text, sizeof(link_status_text), in app_ports_check_link()
180 link_status_text); in app_ports_check_link()
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c188 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
208 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
209 sizeof(link_status_text), &link); in check_all_ports_link_status()
212 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c445 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in lsi_event_callback() local
458 rte_eth_link_to_str(link_status_text, sizeof(link_status_text), &link); in lsi_event_callback()
459 printf("Port %d %s\n\n", port_id, link_status_text); in lsi_event_callback()
474 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
494 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
495 sizeof(link_status_text), &link); in check_all_ports_link_status()
497 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dinit.c250 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
270 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
271 sizeof(link_status_text), &link); in check_all_ports_link_status()
273 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c250 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
274 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
275 sizeof(link_status_text), &link); in check_all_ports_link_status()
277 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c368 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
388 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
389 sizeof(link_status_text), &link); in check_all_ports_link_status()
391 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/kni/
H A Dmain.c664 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
684 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
685 sizeof(link_status_text), &link); in check_all_ports_link_status()
687 link_status_text); in check_all_ports_link_status()
717 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in log_link_state() local
721 rte_eth_link_to_str(link_status_text, sizeof(link_status_text), link); in log_link_state()
725 link_status_text); in log_link_state()
/f-stack/dpdk/examples/qos_sched/
H A Dinit.c79 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in app_init_port() local
164 rte_eth_link_to_str(link_status_text, sizeof(link_status_text), &link); in app_init_port()
165 printf("%s\n", link_status_text); in app_init_port()
/f-stack/dpdk/examples/l2fwd-event/
H A Dmain.c366 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
390 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
391 sizeof(link_status_text), &link); in check_all_ports_link_status()
393 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c575 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
595 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
596 sizeof(link_status_text), in check_all_ports_link_status()
599 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c453 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
473 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
474 sizeof(link_status_text), &link); in check_all_ports_link_status()
476 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c571 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
595 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
596 sizeof(link_status_text), &link); in check_all_ports_link_status()
598 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c596 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
616 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
617 sizeof(link_status_text), &link); in check_all_ports_link_status()
619 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c599 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
624 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
625 sizeof(link_status_text), &link); in check_all_ports_link_status()
627 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c689 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
709 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
710 sizeof(link_status_text), &link); in check_all_ports_link_status()
712 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c699 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_link_status() local
715 rte_eth_link_to_str(link_status_text, in check_link_status()
716 sizeof(link_status_text), &link); in check_link_status()
717 printf("Port %d %s\n", portid, link_status_text); in check_link_status()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c712 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
732 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
733 sizeof(link_status_text), &link); in check_all_ports_link_status()
735 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c810 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
834 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
835 sizeof(link_status_text), &link); in check_all_ports_link_status()
837 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/app/proc-info/
H A Dmain.c701 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in show_port() local
741 rte_eth_link_to_str(link_status_text, in show_port()
742 sizeof(link_status_text), in show_port()
744 printf("\t%s\n", link_status_text); in show_port()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c732 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in start_pkt_fwd() local
751 rte_eth_link_to_str(link_status_text, in start_pkt_fwd()
752 sizeof(link_status_text), in start_pkt_fwd()
755 link_status_text); in start_pkt_fwd()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c1945 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
1965 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
1966 sizeof(link_status_text), &link); in check_all_ports_link_status()
1968 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2142 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
2162 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
2163 sizeof(link_status_text), &link); in check_all_ports_link_status()
2165 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1737 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
1757 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
1758 sizeof(link_status_text), &link); in check_all_ports_link_status()
1760 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c1845 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
1865 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
1866 sizeof(link_status_text), &link); in check_all_ports_link_status()
1868 link_status_text); in check_all_ports_link_status()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3438 char link_status_text[RTE_ETH_LINK_MAX_STR_LEN]; in check_all_ports_link_status() local
3458 rte_eth_link_to_str(link_status_text, in check_all_ports_link_status()
3459 sizeof(link_status_text), &link); in check_all_ports_link_status()
3461 link_status_text); in check_all_ports_link_status()