| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 80 rte_eth_link_get;
|
| H A D | rte_ethdev.h | 2680 int rte_eth_link_get(uint16_t port_id, struct rte_eth_link *link);
|
| H A D | rte_ethdev.c | 2586 rte_eth_link_get(uint16_t port_id, struct rte_eth_link *eth_link) in rte_eth_link_get() function 5695 ret = rte_eth_link_get(port_id, &link); in eth_dev_handle_port_link_status()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | init.c | 158 ret = rte_eth_link_get(portid, &link); in app_init_port() 308 err = rte_eth_link_get(portid, &link); in app_init_sched_port()
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | main.c | 112 link_get_err = rte_eth_link_get(port_id, &link); in assert_link_status()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | link.c | 267 if (rte_eth_link_get(link->port_id, &link_params) < 0) in link_is_up()
|
| H A D | cli.c | 263 ret = rte_eth_link_get(link->port_id, ð_link); in print_link_info()
|
| /f-stack/dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 130 ret = rte_eth_link_get(port_id, &link); in rte_ethtool_get_link()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | obj.c | 333 if (rte_eth_link_get(link->port_id, &link_params) < 0) in link_is_up()
|
| H A D | cli.c | 365 ret = rte_eth_link_get(link->port_id, ð_link); in print_link_info()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | rte_eth_memif.c | 319 ret = rte_eth_link_get(mq->in_port, &link); in eth_memif_rx() 455 rte_eth_link_get(mq->in_port, &link); in eth_memif_rx_zc() 584 ret = rte_eth_link_get(mq->in_port, &link); in eth_memif_tx() 747 rte_eth_link_get(mq->in_port, &link); in eth_memif_tx_zc()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 142 The public interface rte_eth_link_get() accesses the NIC registers directly to update the link stat… 145 The public interface rte_eth_link_get() just reads the link status in a global structure
|
| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring.c | 58 ret = rte_eth_link_get(port, &link); in test_ethdev_configure_port()
|
| H A D | test_link_bonding.c | 596 retval = rte_eth_link_get(test_params->bonded_port_id, &link_status); in test_start_bonded_device() 620 retval = rte_eth_link_get(test_params->bonded_port_id, &link_status); in test_stop_bonded_device()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 46 * **[related] API**: ``rte_eth_link_get()``, ``rte_eth_link_get_nowait()``. 61 * **[related] API**: ``rte_eth_link_get()``, ``rte_eth_link_get_nowait()``.
|
| H A D | ixgbe.rst | 106 ``rte_eth_link_get()`` will still use the mailbox method regardless
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 707 ret = rte_eth_link_get(portid, &link); in check_link_status()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 72 ``rte_eth_link_get``.
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 736 ret = rte_eth_link_get(i, &link); in show_port()
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 745 ret = rte_eth_link_get(eth_port_id, ð_link); in start_pkt_fwd()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_11.rst | 450 * ethdev: changed ``rte_eth_link_get`` and ``rte_eth_link_get_nowait``
|
| H A D | known_issues.rst | 232 * rte_eth_link_get()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 2419 link_update = rte_eth_link_get; in bond_ethdev_link_update()
|