Searched refs:ethtool (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c61 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs;
62 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs;
63 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames;
64 coal->tx_max_coalesced_frames = priv->ethtool.max_coalesced_frames;
101 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs;
102 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames;
H A Dipoib.h401 struct ipoib_ethtool_st ethtool; member in struct:ipoib_dev_priv
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_generic.c103 #include <linux/ethtool.h> /* struct ethtool_ops, get_ringparam */
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c256 * Got ethtool support?
259 #include <linux/ethtool.h>
2694 "Can't create socket to get ethtool information for %s",
2789 * support ethtool at all because it's not
2791 * support ethtool even though it's that
6733 * of ethtool operations that don't require CAP_NET_ADMIN privileges,
6784 * designed for the sole purpose of letting ethtool report flags
6786 * ethtool understands.)
6857 * have the ethtool ioctls? If so, how do we do that?
H A Dconfigure6729 for ac_header in linux/ethtool.h
6731 ac_fn_c_check_header_compile "$LINENO" "linux/ethtool.h" "ac_cv_header_linux_ethtool_h" "
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c146 #include <linux/ethtool.h>

Completed in 201 milliseconds