Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h141 struct vf_data_storage { struct
142 unsigned char vf_mac_addresses[ETH_ALEN];
143 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES];
144 u16 num_vf_mc_hashes;
145 u16 default_vf_vlan_id;
146 u16 vlans_enabled;
147 bool clear_to_send;
148 bool pf_set_mac;
149 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
150 u16 pf_qos;
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h94 struct vf_data_storage { struct
95 unsigned char vf_mac_addresses[ETH_ALEN];
96 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES];
97 u16 num_vf_mc_hashes;
98 u16 vlans_enabled;
99 u32 flags;
100 unsigned long last_nack;
101 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
102 u16 pf_qos;
103 u16 tx_rate;
[all …]