Lines Matching defs:ixgb_hw
663 struct ixgb_hw { struct
664 u8 __iomem *hw_addr;/* Base Address of the hardware */
665 void *back; /* Pointer to OS-dependent struct */
666 struct ixgb_fc fc; /* Flow control parameters */
667 struct ixgb_bus bus; /* Bus parameters */
668 u32 phy_id; /* Phy Identifier */
669 u32 phy_addr; /* XGMII address of Phy */
670 ixgb_mac_type mac_type; /* Identifier for MAC controller */
671 ixgb_phy_type phy_type; /* Transceiver/phy identifier */
672 u32 max_frame_size; /* Maximum frame size supported */
673 u32 mc_filter_type; /* Multicast filter hash type */
674 u32 num_mc_addrs; /* Number of current Multicast addrs */
698 struct ixgb_hw_stats { argument