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/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c638 if (ioctl(sockfd, SIOCETHTOOL, &ifr) < 0) { in get_hw_ring_size()
662 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/drivers/net/ethernet/atheros/atlx/
H A Datl2.c986 case SIOCETHTOOL: in atl2_ioctl()
/linux/net/
H A Dsocket.c3544 case SIOCETHTOOL: in compat_sock_ioctl_trans()