Searched refs:eee (Results 1 – 3 of 3) sorted by relevance
| /net/ethtool/ |
| A D | eee.c | 13 struct ethtool_keee eee; member 30 struct ethtool_keee *eee = &data->eee; in eee_prepare_data() local 38 ret = dev->ethtool_ops->get_eee(dev, eee); in eee_prepare_data() 49 const struct ethtool_keee *eee = &data->eee; in eee_reply_size() local 54 ret = ethnl_bitset_size(eee->advertised, eee->supported, in eee_reply_size() 82 const struct ethtool_keee *eee = &data->eee; in eee_fill_reply() local 86 eee->advertised, eee->supported, in eee_fill_reply() 92 eee->lp_advertised, NULL, in eee_fill_reply() 101 eee->tx_lpi_enabled) || in eee_fill_reply() 132 struct ethtool_keee eee = {}; in ethnl_set_eee() local [all …]
|
| A D | ioctl.c | 1824 const struct ethtool_eee *eee) in eee_to_keee() argument 1828 keee->eee_enabled = eee->eee_enabled; in eee_to_keee() 1833 eee->advertised); in eee_to_keee() 1841 memset(eee, 0, sizeof(*eee)); in keee_to_eee() 1843 eee->eee_active = keee->eee_active; in keee_to_eee() 1861 struct ethtool_eee eee; in ethtool_get_eee() local 1872 keee_to_eee(&eee, &keee); in ethtool_get_eee() 1873 if (copy_to_user(useraddr, &eee, sizeof(eee))) in ethtool_get_eee() 1882 struct ethtool_eee eee; in ethtool_set_eee() local 1888 if (copy_from_user(&eee, useraddr, sizeof(eee))) in ethtool_set_eee() [all …]
|
| A D | Makefile | 9 channels.o coalesce.o pause.o eee.o tsinfo.o cabletest.o \
|
Completed in 14 milliseconds