Home
last modified time | relevance | path

Searched defs:vf_data_storage (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h170 struct vf_data_storage { struct
171 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 …]
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb.h82 struct vf_data_storage { struct
83 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 …]