Lines Matching refs:rtl_ops
806 struct rtl_ops { struct
818 } rtl_ops; member
5108 tp->rtl_ops.enable(tp); in set_carrier()
5127 tp->rtl_ops.disable(tp); in set_carrier()
5195 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
5253 tp->rtl_ops.up(tp); in rtl8152_open()
5310 tp->rtl_ops.down(tp); in rtl8152_close()
5620 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
5650 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
5682 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
5697 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
5706 tp->rtl_ops.disable(tp); in rtl8152_runtime_resume()
5721 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
5736 tp->rtl_ops.up(tp); in rtl8152_system_resume()
5778 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()
5814 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
5861 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
6155 ret = tp->rtl_ops.eee_get(tp, edata); in rtl_ethtool_get_eee()
6177 ret = tp->rtl_ops.eee_set(tp, edata); in rtl_ethtool_set_eee()
6259 tp->rtl_ops.disable(tp); in rtl8152_set_coalesce()
6260 tp->rtl_ops.enable(tp); in rtl8152_set_coalesce()
6507 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
6813 tp->rtl_ops.init(tp); in rtl8152_probe()
6858 tp->rtl_ops.unload(tp); in rtl8152_disconnect()