Lines Matching refs:rtl_ops

878 	struct rtl_ops {  struct
891 } rtl_ops; member
3648 tp->rtl_ops.hw_phy_cfg(tp); in r8153b_ups_en()
3688 tp->rtl_ops.hw_phy_cfg(tp); in r8153c_ups_en()
3737 tp->rtl_ops.hw_phy_cfg(tp); in r8156_ups_en()
6639 tp->rtl_ops.enable(tp); in set_carrier()
6658 tp->rtl_ops.disable(tp); in set_carrier()
6730 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
6788 tp->rtl_ops.up(tp); in rtl8152_open()
6845 tp->rtl_ops.down(tp); in rtl8152_close()
8285 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
8315 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
8347 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
8362 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
8371 tp->rtl_ops.disable(tp); in rtl8152_runtime_resume()
8386 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
8401 tp->rtl_ops.up(tp); in rtl8152_system_resume()
8415 if (!tp->rtl_ops.autosuspend_en) in rtl8152_runtime_suspend()
8446 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()
8482 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
8532 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
8840 if (!tp->rtl_ops.eee_get) { in rtl_ethtool_get_eee()
8851 ret = tp->rtl_ops.eee_get(tp, edata); in rtl_ethtool_get_eee()
8867 if (!tp->rtl_ops.eee_set) { in rtl_ethtool_set_eee()
8878 ret = tp->rtl_ops.eee_set(tp, edata); in rtl_ethtool_set_eee()
8964 tp->rtl_ops.disable(tp); in rtl8152_set_coalesce()
8965 tp->rtl_ops.enable(tp); in rtl8152_set_coalesce()
9235 if (tp->rtl_ops.change_mtu) in rtl8152_change_mtu()
9236 tp->rtl_ops.change_mtu(tp); in rtl8152_change_mtu()
9242 tp->rtl_ops.disable(tp); in rtl8152_change_mtu()
9243 tp->rtl_ops.enable(tp); in rtl8152_change_mtu()
9300 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
9755 tp->rtl_ops.init(tp); in rtl8152_probe()
9802 if (tp->rtl_ops.unload) in rtl8152_disconnect()
9803 tp->rtl_ops.unload(tp); in rtl8152_disconnect()