Home
last modified time | relevance | path

Searched full:ethtool (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c59 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
60 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
61 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
62 coal->tx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
100 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
101 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
H A Dipoib.h399 struct ipoib_ethtool_st ethtool; member
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c92 /* This command is always accessed from Ethtool context in mlx4_en_QUERY_PORT()
342 /* ethtool stats format */ in mlx4_en_DUMP_ETH_STATS()
483 * rx_errors will be reprted in PF's ethtool statistics, in mlx4_en_get_vport_stats()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcpsw.txt21 ethtool and SIOCGMIIPHY
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcore.h42 * ethtool driver info which uses 32 bytes as well.
H A Dcommon.c391 /* locate firmware version number for ethtool */ in brcmf_c_preinit_dcmds()
/freebsd/sys/dev/al_eth/
H A Dal_eth.h174 /* supported configuration (can be changed from ethtool) */
H A Dal_eth.c1807 * change the active configuration to the default / force by ethtool in al_eth_flow_ctrl_enable()
/freebsd/share/man/man4/
H A Dnetmap.4597 .Xr ethtool 8
1187 .Xr ethtool 8
/freebsd/contrib/libpcap/
H A Dpcap-linux.c91 #include <linux/ethtool.h>
1773 "Can't create socket to get ethtool information for %s", in get_if_flags()
1877 * support ethtool at all because it's not in get_if_flags()
1879 * support ethtool even though it's that in get_if_flags()
5300 * of ethtool operations that don't require CAP_NET_ADMIN privileges,
5351 * designed for the sole purpose of letting ethtool report flags
5353 * ethtool understands.)
5424 * have the ethtool ioctls? If so, how do we do that? in iface_get_offload()
H A DCHANGES654 Treat EPERM on ethtool ioctls as meaning "not supported", as
732 Work around some ethtool ioctl bugs in newer Linux kernels (GitHub
1055 Fix Linux compile problems and tests for ethtool.h.
H A Dpcap-bpf.c3055 * So, just as we do for some ethtool ioctls
/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c211 * - No frame count setting specified (ethtool -C ethX tx-frames 0) in axgbe_isc_txd_encap()
H A Dxgbe-phy-v2.c3836 /* Initialize supported features. Current code does not support ethtool */ in xgbe_phy_init()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1124 /* TODO: Would be nice to always support ethtool stats, would need to
1216 "failed to get fw stats for ethtool: %d\n", in ath10k_debug_get_et_stats()
/freebsd/sys/net/
H A Dnetmap.h152 * ifconfig on FreeBSD or ethtool -K on Linux) for an interface that is being
/freebsd/sys/dev/netmap/
H A Dnetmap_generic.c101 #include <linux/ethtool.h> /* struct ethtool_ops, get_ringparam */
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c1478 /* Ethtool related API */
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h38 #include <linux/ethtool.h>
H A Dmac80211.h39 #include <linux/ethtool.h>
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c1968 /* Ethtool related API */
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c145 #include <linux/ethtool.h>
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c80 MODULE_PARM_DESC(restrict_stats, "Restrict stats query frequency to ethtool coalesce value. Disable…
/freebsd/sys/dev/bxe/
H A Dbxe.c1249 * but ethtool sees it as an array of bytes in bxe_nvram_read_dword()