Lines Matching defs:ixgb_hw
638 struct ixgb_hw { struct
639 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 */
645 ixgb_mac_type mac_type; /* Identifier for MAC controller */
646 ixgb_phy_type phy_type; /* Transceiver/phy identifier */
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 */
673 struct ixgb_hw_stats { argument