Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.h82 struct ixgbe_mac_info { struct
83 struct ixgbe_mac_operations ops;
84 u8 addr[6];
85 u8 perm_addr[6];
87 enum ixgbe_mac_type type;
89 s32 mc_filter_type;
91 bool get_link_status;
92 u32 max_tx_queues;
93 u32 max_rx_queues;
94 u32 max_msix_vectors;
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3357 struct ixgbe_mac_info { struct
3358 struct ixgbe_mac_operations ops;
3359 enum ixgbe_mac_type type;
3360 u8 addr[ETH_ALEN];
3361 u8 perm_addr[ETH_ALEN];
3362 u8 san_addr[ETH_ALEN];
3364 u16 wwnn_prefix;
3366 u16 wwpn_prefix;
3367 u16 max_msix_vectors;
3369 u32 mta_shadow[IXGBE_MAX_MTA];
[all …]