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;
3531 struct ixgbe_mac_info { struct3532 struct ixgbe_mac_operations ops;3533 enum ixgbe_mac_type type;3534 u8 addr[ETH_ALEN];3535 u8 perm_addr[ETH_ALEN];3536 u8 san_addr[ETH_ALEN];3538 u16 wwnn_prefix;3540 u16 wwpn_prefix;3541 u16 max_msix_vectors;3543 u32 mta_shadow[IXGBE_MAX_MTA];[all …]