Home
last modified time | relevance | path

Searched defs:ixgbe_mac_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h60 struct ixgbe_mac_info { struct
61 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;
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3547 struct ixgbe_mac_info { struct
3548 struct ixgbe_mac_operations ops;
3549 enum ixgbe_mac_type type;
3557 u16 max_msix_vectors;
3559 u32 mta_shadow[IXGBE_MAX_MTA];
3562 u32 vft_size;
3565 u32 rx_pb_size;
3572 u8 flags;
3573 u8 san_mac_rar_index;
3575 bool set_lben;
[all …]