Lines Matching full:rtl_ops
934 struct rtl_ops { struct
947 } rtl_ops; member
4212 tp->rtl_ops.hw_phy_cfg(tp); in r8153b_ups_en()
4249 tp->rtl_ops.hw_phy_cfg(tp); in r8153c_ups_en()
4291 tp->rtl_ops.hw_phy_cfg(tp); in r8156_ups_en()
6966 tp->rtl_ops.enable(tp); in set_carrier()
6985 tp->rtl_ops.disable(tp); in set_carrier()
7057 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
7115 tp->rtl_ops.up(tp); in rtl8152_open()
7172 tp->rtl_ops.down(tp); in rtl8152_close()
8352 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
8382 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
8416 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
8431 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
8440 tp->rtl_ops.disable(tp); in rtl8152_runtime_resume()
8455 tp->rtl_ops.autosuspend_en(tp, false); in rtl8152_runtime_resume()
8470 tp->rtl_ops.up(tp); in rtl8152_system_resume()
8484 if (!tp->rtl_ops.autosuspend_en) in rtl8152_runtime_suspend()
8515 tp->rtl_ops.autosuspend_en(tp, true); in rtl8152_runtime_suspend()
8551 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
8622 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
8991 if (!tp->rtl_ops.eee_get) { in rtl_ethtool_get_eee()
9002 ret = tp->rtl_ops.eee_get(tp, edata); in rtl_ethtool_get_eee()
9018 if (!tp->rtl_ops.eee_set) { in rtl_ethtool_set_eee()
9029 ret = tp->rtl_ops.eee_set(tp, edata); in rtl_ethtool_set_eee()
9115 tp->rtl_ops.disable(tp); in rtl8152_set_coalesce()
9116 tp->rtl_ops.enable(tp); in rtl8152_set_coalesce()
9387 if (tp->rtl_ops.change_mtu) in rtl8152_change_mtu()
9388 tp->rtl_ops.change_mtu(tp); in rtl8152_change_mtu()
9394 tp->rtl_ops.disable(tp); in rtl8152_change_mtu()
9395 tp->rtl_ops.enable(tp); in rtl8152_change_mtu()
9489 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
9999 tp->rtl_ops.init(tp); in rtl8152_probe_once()
10038 if (tp->rtl_ops.unload) in rtl8152_probe_once()
10039 tp->rtl_ops.unload(tp); in rtl8152_probe_once()
10094 if (tp->rtl_ops.unload) in rtl8152_disconnect()
10095 tp->rtl_ops.unload(tp); in rtl8152_disconnect()