Home
last modified time | relevance | path

Searched refs:ethtool (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c61 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
62 coal->tx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
63 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
64 coal->tx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
101 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
102 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
H A Dipoib.h402 struct ipoib_ethtool_st ethtool; member
/freebsd-12.1/contrib/libpcap/
H A Dconfig.h.in93 /* Define to 1 if you have the <linux/ethtool.h> header file. */
H A Dcmakeconfig.h.in84 /* Define to 1 if you have the <linux/ethtool.h> header file. */
H A DCHANGES217 Fix Linux compile problems and tests for ethtool.h.
H A Dconfigure.ac827 AC_CHECK_HEADERS(linux/ethtool.h,,,
H A DCMakeLists.txt1140 check_include_file(linux/ethtool.h HAVE_LINUX_ETHTOOL_H)
H A Dconfigure6408 for ac_header in linux/ethtool.h