Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.h663 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 */
[all …]