Lines Matching refs:rtl_ops
738 struct rtl_ops { struct
750 } rtl_ops; member
4113 tp->rtl_ops.enable(tp); in set_carrier()
4132 tp->rtl_ops.disable(tp); in set_carrier()
4190 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
4242 tp->rtl_ops.up(tp); in rtl8152_open()
4299 tp->rtl_ops.down(tp); in rtl8152_close()
4561 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
4591 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
4623 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
4638 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
4647 tp->rtl_ops.disable(tp); in rtl8152_runtime_resume()
4662 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
4677 tp->rtl_ops.up(tp); in rtl8152_system_resume()
4719 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()
4755 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
4802 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
5093 ret = tp->rtl_ops.eee_get(tp, edata); in rtl_ethtool_get_eee()
5115 ret = tp->rtl_ops.eee_set(tp, edata); in rtl_ethtool_set_eee()
5197 tp->rtl_ops.disable(tp); in rtl8152_set_coalesce()
5198 tp->rtl_ops.enable(tp); in rtl8152_set_coalesce()
5444 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
5690 tp->rtl_ops.init(tp); in rtl8152_probe()
5735 tp->rtl_ops.unload(tp); in rtl8152_disconnect()