Searched defs:ixgb_hw (Results 1 – 1 of 1) sorted by relevance
694 struct ixgb_hw { struct695 uint8_t *hw_addr; /* Base Address of the hardware */696 void *back; /* Pointer to OS-dependent struct */697 struct ixgb_fc fc; /* Flow control parameters */698 struct ixgb_bus bus; /* Bus parameters */699 uint32_t phy_id; /* Phy Identifier */700 uint32_t phy_addr; /* XGMII address of Phy */701 ixgb_mac_type mac_type; /* Identifier for MAC controller */702 ixgb_phy_type phy_type; /* Transceiver/phy identifier */703 uint32_t max_frame_size; /* Maximum frame size supported */[all …]