Home
last modified time | relevance | path

Searched refs:max_coalesced_frames (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c63 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()
102 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
Dipoib.h312 u16 max_coalesced_frames; member