Searched defs:vf_data_storage (Results 1 – 2 of 2) sorted by relevance
170 struct vf_data_storage { struct171 struct pci_dev *vfdev;172 unsigned char vf_mac_addresses[ETH_ALEN];173 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES];174 u16 num_vf_mc_hashes;175 bool clear_to_send;176 bool pf_set_mac;177 u16 pf_vlan; /* When set, guest VLAN config not allowed. */178 u16 pf_qos;179 u16 tx_rate;[all …]
82 struct vf_data_storage { struct83 unsigned char vf_mac_addresses[ETH_ALEN];84 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES];85 u16 num_vf_mc_hashes;86 u32 flags;87 unsigned long last_nack;88 u16 pf_vlan; /* When set, guest VLAN config not allowed. */89 u16 pf_qos;90 u16 tx_rate;91 bool spoofchk_enabled;[all …]