Lines Matching defs:rtl_ops
889 struct rtl_ops { struct
890 void (*init)(struct r8152 *tp);
891 int (*enable)(struct r8152 *tp);
892 void (*disable)(struct r8152 *tp);
893 void (*up)(struct r8152 *tp);
894 void (*down)(struct r8152 *tp);
895 void (*unload)(struct r8152 *tp);
896 int (*eee_get)(struct r8152 *tp, struct ethtool_keee *eee);
897 int (*eee_set)(struct r8152 *tp, struct ethtool_keee *eee);
898 bool (*in_nway)(struct r8152 *tp);
899 void (*hw_phy_cfg)(struct r8152 *tp);
900 void (*autosuspend_en)(struct r8152 *tp, bool enable);
901 void (*change_mtu)(struct r8152 *tp);
902 } rtl_ops; member