Lines Matching defs:ops
9257 static const struct ethtool_ops ops = {
9416 struct rtl_ops *ops = &tp->rtl_ops;
9423 ops->init = r8152b_init;
9424 ops->enable = rtl8152_enable;
9425 ops->disable = rtl8152_disable;
9426 ops->up = rtl8152_up;
9427 ops->down = rtl8152_down;
9428 ops->unload = rtl8152_unload;
9429 ops->eee_get = r8152_get_eee;
9430 ops->eee_set = r8152_set_eee;
9431 ops->in_nway = rtl8152_in_nway;
9432 ops->hw_phy_cfg = r8152b_hw_phy_cfg;
9433 ops->autosuspend_en = rtl_runtime_suspend_enable;
9443 ops->init = r8153_init;
9444 ops->enable = rtl8153_enable;
9445 ops->disable = rtl8153_disable;
9446 ops->up = rtl8153_up;
9447 ops->down = rtl8153_down;
9448 ops->unload = rtl8153_unload;
9449 ops->eee_get = r8153_get_eee;
9450 ops->eee_set = r8152_set_eee;
9451 ops->in_nway = rtl8153_in_nway;
9452 ops->hw_phy_cfg = r8153_hw_phy_cfg;
9453 ops->autosuspend_en = rtl8153_runtime_enable;
9454 ops->change_mtu = rtl8153_change_mtu;
9465 ops->init = r8153b_init;
9466 ops->enable = rtl8153_enable;
9467 ops->disable = rtl8153_disable;
9468 ops->up = rtl8153b_up;
9469 ops->down = rtl8153b_down;
9470 ops->unload = rtl8153b_unload;
9471 ops->eee_get = r8153_get_eee;
9472 ops->eee_set = r8152_set_eee;
9473 ops->in_nway = rtl8153_in_nway;
9474 ops->hw_phy_cfg = r8153b_hw_phy_cfg;
9475 ops->autosuspend_en = rtl8153b_runtime_enable;
9476 ops->change_mtu = rtl8153_change_mtu;
9487 ops->init = r8156_init;
9488 ops->enable = rtl8156_enable;
9489 ops->disable = rtl8156_disable;
9490 ops->up = rtl8156_up;
9491 ops->down = rtl8156_down;
9492 ops->unload = rtl8153_unload;
9493 ops->eee_get = r8153_get_eee;
9494 ops->eee_set = r8152_set_eee;
9495 ops->in_nway = rtl8153_in_nway;
9496 ops->hw_phy_cfg = r8156_hw_phy_cfg;
9497 ops->autosuspend_en = rtl8156_runtime_enable;
9498 ops->change_mtu = rtl8156_change_mtu;
9510 ops->init = r8156b_init;
9511 ops->enable = rtl8156b_enable;
9512 ops->disable = rtl8153_disable;
9513 ops->up = rtl8156_up;
9514 ops->down = rtl8156_down;
9515 ops->unload = rtl8153_unload;
9516 ops->eee_get = r8153_get_eee;
9517 ops->eee_set = r8152_set_eee;
9518 ops->in_nway = rtl8153_in_nway;
9519 ops->hw_phy_cfg = r8156b_hw_phy_cfg;
9520 ops->autosuspend_en = rtl8156_runtime_enable;
9521 ops->change_mtu = rtl8156_change_mtu;
9526 ops->init = r8153c_init;
9527 ops->enable = rtl8153_enable;
9528 ops->disable = rtl8153_disable;
9529 ops->up = rtl8153c_up;
9530 ops->down = rtl8153b_down;
9531 ops->unload = rtl8153_unload;
9532 ops->eee_get = r8153_get_eee;
9533 ops->eee_set = r8152_set_eee;
9534 ops->in_nway = rtl8153_in_nway;
9535 ops->hw_phy_cfg = r8153c_hw_phy_cfg;
9536 ops->autosuspend_en = rtl8153c_runtime_enable;
9537 ops->change_mtu = rtl8153c_change_mtu;
9821 netdev->ethtool_ops = &ops;