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