Home
last modified time | relevance | path

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

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