Lines Matching defs:ops
6342 static const struct ethtool_ops ops = {
6490 struct rtl_ops *ops = &tp->rtl_ops;
6497 ops->init = r8152b_init;
6498 ops->enable = rtl8152_enable;
6499 ops->disable = rtl8152_disable;
6500 ops->up = rtl8152_up;
6501 ops->down = rtl8152_down;
6502 ops->unload = rtl8152_unload;
6503 ops->eee_get = r8152_get_eee;
6504 ops->eee_set = r8152_set_eee;
6505 ops->in_nway = rtl8152_in_nway;
6506 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
6507 ops->autosuspend_en = rtl_runtime_suspend_enable;
6517 ops->init = r8153_init;
6518 ops->enable = rtl8153_enable;
6519 ops->disable = rtl8153_disable;
6520 ops->up = rtl8153_up;
6521 ops->down = rtl8153_down;
6522 ops->unload = rtl8153_unload;
6523 ops->eee_get = r8153_get_eee;
6524 ops->eee_set = r8152_set_eee;
6525 ops->in_nway = rtl8153_in_nway;
6526 ops->hw_phy_cfg = r8153_hw_phy_cfg;
6527 ops->autosuspend_en = rtl8153_runtime_enable;
6538 ops->init = r8153b_init;
6539 ops->enable = rtl8153_enable;
6540 ops->disable = rtl8153_disable;
6541 ops->up = rtl8153b_up;
6542 ops->down = rtl8153b_down;
6543 ops->unload = rtl8153b_unload;
6544 ops->eee_get = r8153_get_eee;
6545 ops->eee_set = r8152_set_eee;
6546 ops->in_nway = rtl8153_in_nway;
6547 ops->hw_phy_cfg = r8153b_hw_phy_cfg;
6548 ops->autosuspend_en = rtl8153b_runtime_enable;
6758 netdev->ethtool_ops = &ops;