Searched defs:ll_temac_platform_data (Results 1 – 1 of 1) sorted by relevance
9 struct ll_temac_platform_data { struct10 bool txcsum; /* Enable/disable TX checksum */11 bool rxcsum; /* Enable/disable RX checksum */12 u8 mac_addr[ETH_ALEN]; /* MAC address (6 bytes) */14 u32 mdio_clk_freq;15 unsigned long long mdio_bus_id; /* Unique id for MDIO bus */16 int phy_addr; /* Address of the PHY to connect to */17 phy_interface_t phy_interface; /* PHY interface mode */25 spinlock_t *indirect_lock;27 u8 tx_irq_timeout; /* TX Interrupt Delay Time-out */[all …]