Home
last modified time | relevance | path

Searched refs:link_is_up (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Dlink.h64 link_is_up(const char *name);
H A Dlink.c253 link_is_up(const char *name) in link_is_up() function
/f-stack/dpdk/examples/pipeline/
H A Dobj.h99 link_is_up(struct obj *obj, const char *name);
H A Dobj.c319 link_is_up(struct obj *obj, const char *name) in link_is_up() function
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1690 int al_eth_led_set(struct al_hal_eth_adapter *adapter, al_bool link_is_up);
H A Dal_hal_eth_main.c3937 int al_eth_led_set(struct al_hal_eth_adapter *adapter, al_bool link_is_up) in al_eth_led_set() argument
3942 if (link_is_up) in al_eth_led_set()