Lines Matching +full:vp +full:- +full:p
1 /* SPDX-License-Identifier: GPL-2.0 */
14 #define VNET_TX_WAKEUP_THRESH(dr) ((dr)->pending / 4)
52 /* Structure to describe a vnet-port or vsw-port in the MD.
54 * port, and the net_device can be found from ->dev. If the
55 * vsw bit is not set, the net_device is available from ->vp->dev.
70 struct vnet *vp; member
99 #define VNET_PORT_HASH_MASK (VNET_PORT_HASH_SIZE - 1)
130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
136 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp);
137 int sunvnet_set_mac_addr_common(struct net_device *dev, void *p);
144 void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp);