Home
last modified time | relevance | path

Searched refs:VNET_PORT_TO_NET_DEVICE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c72 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in sunvnet_send_attr_common()
376 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_rx_one()
699 dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_ack()
744 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in handle_mcast()
764 txq = netdev_get_tx_queue(VNET_PORT_TO_NET_DEVICE(port), in maybe_tx_wakeup()
782 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_event_napi()
1051 netif_tx_lock(VNET_PORT_TO_NET_DEVICE(port)); in sunvnet_clean_timer_expire_common()
1053 netif_tx_unlock(VNET_PORT_TO_NET_DEVICE(port)); in sunvnet_clean_timer_expire_common()
1225 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_handle_offloads()
H A Dsunvnet_common.h129 #define VNET_PORT_TO_NET_DEVICE(__port) \ macro