Searched defs:ethtool_ops (Results 1 – 5 of 5) sorted by relevance
98 struct ethtool_ops { struct102 s32_t (*get_link)(struct netif *netif);103 …t (*get_settings)(struct netif *netif, struct ethtool_cmd *cmd); /** < Gets the current settings */104 s32_t (*set_settings)(struct netif *netif, struct ethtool_cmd *cmd); /** < Configures settings */106 int (*begin)(struct netif *netif);109 void (*complete)(struct netif *netif);
515 void *ethtool_ops; member
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
692 #define ethtool_ops _kc_ethtool_ops macro732 } *ethtool_ops = NULL; variable