Searched defs:vxgedev (Results 1 – 1 of 1) sorted by relevance
330 struct vxgedev { struct331 struct net_device *ndev;332 struct pci_dev *pdev;333 struct __vxge_hw_device *devh;334 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];335 int vlan_tag_strip;336 struct vxge_config config;337 unsigned long state;340 unsigned long vp_reset;343 struct timer_list vp_reset_timer;[all …]