Searched defs:ixgb_hw (Results 1 – 1 of 1) sorted by relevance
638 struct ixgb_hw { struct639 u8 __iomem *hw_addr;/* Base Address of the hardware */640 void *back; /* Pointer to OS-dependent struct */641 struct ixgb_fc fc; /* Flow control parameters */642 struct ixgb_bus bus; /* Bus parameters */643 u32 phy_id; /* Phy Identifier */644 u32 phy_addr; /* XGMII address of Phy */647 u32 max_frame_size; /* Maximum frame size supported */648 u32 mc_filter_type; /* Multicast filter hash type */649 u32 num_mc_addrs; /* Number of current Multicast addrs */[all …]
Completed in 8 milliseconds