Searched defs:vf_data_storage (Results 1 – 4 of 4) sorted by relevance
34 struct vf_data_storage { struct35 u8 vf_mac_addr[ETH_ALEN];36 bool registered;37 bool pf_set_mac;38 u16 pf_vlan;39 u8 pf_qos;40 u32 max_rate;41 u32 min_rate;43 bool link_forced;45 bool spoofchk;[all …]
216 u16 num_vf_mc_hashes;217 bool clear_to_send;221 bool pf_set_mac;223 u16 pf_qos;224 u16 tx_rate;225 int link_enable;226 int link_state;227 u8 spoofchk_enabled;229 u8 trusted;230 int xcast_mode;[all …]
93 struct vf_data_storage { struct94 unsigned char vf_mac_addresses[ETH_ALEN];95 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES];96 u16 num_vf_mc_hashes;97 u32 flags;98 unsigned long last_nack;99 u16 pf_vlan; /* When set, guest VLAN config not allowed. */100 u16 pf_qos;101 u16 tx_rate;102 bool spoofchk_enabled;[all …]
1165 struct pci_dev *vfdev;1168 bool link_enable;1169 bool trusted;1170 int xcast_mode;1171 unsigned int vf_api;1172 bool clear_to_send;1174 u16 pf_qos;1175 bool pf_set_mac;1178 u16 num_vf_mc_hashes;1179 u16 vlan_count;[all …]
Completed in 29 milliseconds