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;
3540 struct ixgbe_mac_info { struct3541 struct ixgbe_mac_operations ops;3542 enum ixgbe_mac_type type;3543 u8 addr[ETH_ALEN];3544 u8 perm_addr[ETH_ALEN];3545 u8 san_addr[ETH_ALEN];3547 u16 wwnn_prefix;3549 u16 wwpn_prefix;3550 u16 max_msix_vectors;3552 u32 mta_shadow[IXGBE_MAX_MTA];[all …]