Home
last modified time | relevance | path

Searched refs:ethtool (Results 1 – 4 of 4) 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()
99 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
100 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/contrib/device-tree/Bindings/net/
H A Dcpsw.txt21 ethtool and SIOCGMIIPHY
/freebsd/contrib/libpcap/
H A DCHANGES547 Treat EPERM on ethtool ioctls as meaning "not supported", as
625 Work around some ethtool ioctl bugs in newer Linux kernels (GitHub
948 Fix Linux compile problems and tests for ethtool.h.