Searched refs:phy_w5500_t (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth_phy_w5500.c | 55 } phy_w5500_t; typedef 57 static esp_err_t w5500_update_link_duplex_speed(phy_w5500_t *w5500) in w5500_update_link_duplex_speed() 96 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_set_mediator() 106 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_get_link() 117 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_reset() 134 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_reset_hw() 149 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_negotiate() 171 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_set_addr() 180 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_get_addr() 189 phy_w5500_t *w5500 = __containerof(phy, phy_w5500_t, parent); in w5500_del() [all …]
|