Searched refs:rtl_ops (Results 1 – 2 of 2) sorted by relevance
1154 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()1210 tp->rtl_ops.enable(tp); in r8152_init_common()1323 tp->rtl_ops.disable(tp); in r8152_halt()1443 tp->rtl_ops.init(tp); in r8152_eth_probe()1444 tp->rtl_ops.up(tp); in r8152_eth_probe()1494 tp->rtl_ops.disable(tp); in r8152_eth_stop()1599 tp->rtl_ops.init(tp); in r8152_eth_probe()1600 tp->rtl_ops.up(tp); in r8152_eth_probe()
583 struct rtl_ops { struct590 } rtl_ops; member