Home
last modified time | relevance | path

Searched refs:SIOCETHTOOL (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/linux/
H A Dsockios.h102 #define SIOCETHTOOL 0x8946 /* Ethtool interface */ macro
/linux/net/bluetooth/
H A Daf_bluetooth.c682 case SIOCETHTOOL: in bt_dev_ioctl()
728 case SIOCETHTOOL: in bt_sock_ioctl()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c639 if (ioctl(sockfd, SIOCETHTOOL, &ifr) < 0) { in get_hw_ring_size()
663 if (ioctl(sockfd, SIOCETHTOOL, &ifr) < 0) { in set_hw_ring_size()
H A Dxdp_hw_metadata.c560 ret = ioctl(fd, SIOCETHTOOL, &ifr); in rxq_num()
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst220 SIOCETHTOOL ioctl.
/linux/samples/bpf/
H A Dxdp_sample_user.c1620 r = ioctl(fd, SIOCETHTOOL, &ifr); in get_driver_name()
/linux/net/
H A Dsocket.c3559 case SIOCETHTOOL: in compat_sock_ioctl_trans()