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;
3543 struct ixgbe_mac_info { struct3544 struct ixgbe_mac_operations ops;3545 enum ixgbe_mac_type type;3546 u8 addr[ETH_ALEN];3547 u8 perm_addr[ETH_ALEN];3548 u8 san_addr[ETH_ALEN];3550 u16 wwnn_prefix;3552 u16 wwpn_prefix;3553 u16 max_msix_vectors;3555 u32 mta_shadow[IXGBE_MAX_MTA];[all …]