Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sun/
Dsunvnet_common.c71 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in sunvnet_send_attr_common()
375 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_rx_one()
698 dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_ack()
743 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in handle_mcast()
763 txq = netdev_get_tx_queue(VNET_PORT_TO_NET_DEVICE(port), in maybe_tx_wakeup()
781 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_event_napi()
1050 netif_tx_lock(VNET_PORT_TO_NET_DEVICE(port)); in sunvnet_clean_timer_expire_common()
1052 netif_tx_unlock(VNET_PORT_TO_NET_DEVICE(port)); in sunvnet_clean_timer_expire_common()
1223 struct net_device *dev = VNET_PORT_TO_NET_DEVICE(port); in vnet_handle_offloads()
Dsunvnet_common.h129 #define VNET_PORT_TO_NET_DEVICE(__port) \ macro