Lines Matching refs:rtl_ops
887 struct rtl_ops { struct
900 } rtl_ops; member
3768 tp->rtl_ops.hw_phy_cfg(tp); in r8153b_ups_en()
3810 tp->rtl_ops.hw_phy_cfg(tp); in r8153c_ups_en()
3859 tp->rtl_ops.hw_phy_cfg(tp); in r8156_ups_en()
6755 tp->rtl_ops.enable(tp); in set_carrier()
6774 tp->rtl_ops.disable(tp); in set_carrier()
6846 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
6904 tp->rtl_ops.up(tp); in rtl8152_open()
6961 tp->rtl_ops.down(tp); in rtl8152_close()
8375 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
8408 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
8440 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
8455 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
8464 tp->rtl_ops.disable(tp); in rtl8152_runtime_resume()
8479 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
8494 tp->rtl_ops.up(tp); in rtl8152_system_resume()
8508 if (!tp->rtl_ops.autosuspend_en) in rtl8152_runtime_suspend()
8539 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()
8575 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
8625 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
8933 if (!tp->rtl_ops.eee_get) { in rtl_ethtool_get_eee()
8944 ret = tp->rtl_ops.eee_get(tp, edata); in rtl_ethtool_get_eee()
8960 if (!tp->rtl_ops.eee_set) { in rtl_ethtool_set_eee()
8971 ret = tp->rtl_ops.eee_set(tp, edata); in rtl_ethtool_set_eee()
9057 tp->rtl_ops.disable(tp); in rtl8152_set_coalesce()
9058 tp->rtl_ops.enable(tp); in rtl8152_set_coalesce()
9328 if (tp->rtl_ops.change_mtu) in rtl8152_change_mtu()
9329 tp->rtl_ops.change_mtu(tp); in rtl8152_change_mtu()
9335 tp->rtl_ops.disable(tp); in rtl8152_change_mtu()
9336 tp->rtl_ops.enable(tp); in rtl8152_change_mtu()
9393 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
9863 tp->rtl_ops.init(tp); in rtl8152_probe_once()
9903 if (tp->rtl_ops.unload) in rtl8152_probe_once()
9904 tp->rtl_ops.unload(tp); in rtl8152_probe_once()
9959 if (tp->rtl_ops.unload) in rtl8152_disconnect()
9960 tp->rtl_ops.unload(tp); in rtl8152_disconnect()