Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/intel/igb/
Digb.h78 struct vf_data_storage { struct
79 unsigned char vf_mac_addresses[ETH_ALEN];
80 u16 vf_mc_hashes[IGB_MAX_VF_MC_ENTRIES];
81 u16 num_vf_mc_hashes;
82 u16 vlans_enabled;
83 u32 flags;
84 unsigned long last_nack;
85 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
86 u16 pf_qos;
87 u16 tx_rate;
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h122 struct vf_data_storage { struct
123 unsigned char vf_mac_addresses[ETH_ALEN];
124 u16 vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES];
125 u16 num_vf_mc_hashes;
126 u16 default_vf_vlan_id;
127 u16 vlans_enabled;
128 bool clear_to_send;
129 bool pf_set_mac;
130 u16 pf_vlan; /* When set, guest VLAN config not allowed. */
131 u16 pf_qos;
[all …]