Searched defs:vf_data_storage (Results 1 – 2 of 2) sorted by relevance
172 struct vf_data_storage { struct173 struct pci_dev *vfdev;174 unsigned char vf_mac_addresses[ETH_ALEN];175 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES];176 u16 num_vf_mc_hashes;177 bool clear_to_send;178 bool pf_set_mac;179 u16 pf_vlan; /* When set, guest VLAN config not allowed. */180 u16 pf_qos;181 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 …]