Home
last modified time | relevance | path

Searched refs:SIOCETHTOOL (Results 1 – 8 of 8) 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.c588 if (ioctl(sockfd, SIOCETHTOOL, &ifr) < 0) { in get_hw_ring_size()
612 if (ioctl(sockfd, SIOCETHTOOL, &ifr) < 0) { in set_hw_ring_size()
H A Dxdp_hw_metadata.c514 ret = ioctl(fd, SIOCETHTOOL, &ifr); in rxq_num()
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst217 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/drivers/net/ethernet/alteon/
H A Dacenic.c69 #ifdef SIOCETHTOOL
/linux/net/
H A Dsocket.c3419 case SIOCETHTOOL: in compat_sock_ioctl_trans()