Lines Matching refs:rtl_ops
806 struct rtl_ops { struct
818 } rtl_ops; member
5082 tp->rtl_ops.enable(tp); in set_carrier()
5101 tp->rtl_ops.disable(tp); in set_carrier()
5169 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
5227 tp->rtl_ops.up(tp); in rtl8152_open()
5284 tp->rtl_ops.down(tp); in rtl8152_close()
5600 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
5630 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
5662 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
5677 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
5686 tp->rtl_ops.disable(tp); in rtl8152_runtime_resume()
5701 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
5716 tp->rtl_ops.up(tp); in rtl8152_system_resume()
5758 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()
5794 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
5841 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
6135 ret = tp->rtl_ops.eee_get(tp, edata); in rtl_ethtool_get_eee()
6157 ret = tp->rtl_ops.eee_set(tp, edata); in rtl_ethtool_set_eee()
6239 tp->rtl_ops.disable(tp); in rtl8152_set_coalesce()
6240 tp->rtl_ops.enable(tp); in rtl8152_set_coalesce()
6487 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
6796 tp->rtl_ops.init(tp); in rtl8152_probe()
6841 tp->rtl_ops.unload(tp); in rtl8152_disconnect()