Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.h34 struct vf_data_storage { struct
35 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;
44 bool link_up; /* only valid if VF link is forced */
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h201 struct vf_data_storage { struct
202 struct pci_dev *vfdev;
203 unsigned char vf_mac_addresses[ETH_ALEN];
204 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES];
205 u16 num_vf_mc_hashes;
206 bool clear_to_send;
207 struct vf_stats vfstats;
208 struct vf_stats last_vfstats;
209 struct vf_stats saved_rst_vfstats;
210 bool pf_set_mac;
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb.h90 struct vf_data_storage { struct
91 unsigned char vf_mac_addresses[ETH_ALEN];
92 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES];
93 u16 num_vf_mc_hashes;
94 u32 flags;
95 unsigned long last_nack;
96 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
97 u16 pf_qos;
98 u16 tx_rate;
99 bool spoofchk_enabled;
[all …]