Searched defs:ixgbe_mac_info (Results 1 – 2 of 2) sorted by relevance
62 struct ixgbe_mac_info { struct63 struct ixgbe_mac_operations ops;64 u8 addr[6];65 u8 perm_addr[6];67 enum ixgbe_mac_type type;69 s32 mc_filter_type;71 bool get_link_status;72 u32 max_tx_queues;73 u32 max_rx_queues;74 u32 max_msix_vectors;
3640 struct ixgbe_mac_info { struct3641 struct ixgbe_mac_operations ops;3642 enum ixgbe_mac_type type;3643 u8 addr[ETH_ALEN];3644 u8 perm_addr[ETH_ALEN];3645 u8 san_addr[ETH_ALEN];3647 u16 wwnn_prefix;3649 u16 wwpn_prefix;3650 u16 max_msix_vectors;3652 u32 mta_shadow[IXGBE_MAX_MTA];[all …]