Searched defs:ixgbe_mac_info (Results 1 – 2 of 2) sorted by relevance
81 struct ixgbe_mac_info { struct82 struct ixgbe_mac_operations ops;83 u8 addr[6];84 u8 perm_addr[6];86 enum ixgbe_mac_type type;88 s32 mc_filter_type;90 bool get_link_status;91 u32 max_tx_queues;92 u32 max_rx_queues;93 u32 max_msix_vectors;
3127 struct ixgbe_mac_info { struct3128 struct ixgbe_mac_operations ops;3129 enum ixgbe_mac_type type;3130 u8 addr[ETH_ALEN];3131 u8 perm_addr[ETH_ALEN];3132 u8 san_addr[ETH_ALEN];3134 u16 wwnn_prefix;3136 u16 wwpn_prefix;3137 u16 max_msix_vectors;3139 u32 mta_shadow[IXGBE_MAX_MTA];[all …]