Searched defs:ethtool_ops (Results 1 – 2 of 2) sorted by relevance
109 struct ethtool_ops { struct114 s32_t (*get_link)(struct netif *netif);115 …_t (*get_settings)(struct netif *netif, struct ethtool_cmd *cmd); /**< Gets the current settings */116 s32_t (*set_settings)(struct netif *netif, struct ethtool_cmd *cmd); /**< Configures settings */118 int (*begin)(struct netif *netif);123 void (*complete)(struct netif *netif);
515 struct ethtool_ops *ethtool_ops; member