Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.h153 bool sunvnet_port_is_up_common(struct vnet_port *vnet);
H A Dsunvnet.c212 if (!sunvnet_port_is_up_common(port)) in __tx_port_find()
220 if (!sunvnet_port_is_up_common(port)) in __tx_port_find()
H A Dsunvnet_common.c772 bool sunvnet_port_is_up_common(struct vnet_port *vnet) in sunvnet_port_is_up_common() function
778 EXPORT_SYMBOL_GPL(sunvnet_port_is_up_common);
876 if (!sunvnet_port_is_up_common(port)) { in vnet_event_napi()