Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sun/
Dsunvnet_common.h152 bool sunvnet_port_is_up_common(struct vnet_port *vnet);
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()
Dsunvnet_common.c771 bool sunvnet_port_is_up_common(struct vnet_port *vnet) in sunvnet_port_is_up_common() function
777 EXPORT_SYMBOL_GPL(sunvnet_port_is_up_common);
875 if (!sunvnet_port_is_up_common(port)) { in vnet_event_napi()