Searched defs:ixgbe_mac_info (Results 1 – 2 of 2) sorted by relevance
59 struct ixgbe_mac_info { struct60 struct ixgbe_mac_operations ops;61 u8 addr[6];62 u8 perm_addr[6];64 enum ixgbe_mac_type type;66 s32 mc_filter_type;68 bool get_link_status;69 u32 max_tx_queues;70 u32 max_rx_queues;71 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 …]