Home
last modified time | relevance | path

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

/dpdk/lib/kni/
H A Drte_kni.h257 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup);
H A Drte_kni.c792 rte_kni_update_link(struct rte_kni *kni, unsigned int linkup) in rte_kni_update_link() argument
819 if (old_linkup == (int)linkup) in rte_kni_update_link()
822 new_carrier = linkup ? "1" : "0"; in rte_kni_update_link()
/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst72 the Ethernet link of the corresponding NIC port has reached the linkup state.