Searched defs:ixgbe_mac_info (Results 1 – 2 of 2) sorted by relevance
60 struct ixgbe_mac_info { struct61 struct ixgbe_mac_operations ops;62 u8 addr[6];63 u8 perm_addr[6];65 enum ixgbe_mac_type type;67 s32 mc_filter_type;69 bool get_link_status;70 u32 max_tx_queues;71 u32 max_rx_queues;72 u32 max_msix_vectors;
3549 struct ixgbe_mac_info { struct3550 struct ixgbe_mac_operations ops;3551 enum ixgbe_mac_type type;3552 u8 addr[ETH_ALEN];3553 u8 perm_addr[ETH_ALEN];3554 u8 san_addr[ETH_ALEN];3556 u16 wwnn_prefix;3558 u16 wwpn_prefix;3559 u16 max_msix_vectors;3561 u32 mta_shadow[IXGBE_MAX_MTA];[all …]