Searched refs:et_coalesce (Results 1 – 1 of 1) sorted by relevance
293 struct ethtool_coalesce et_coalesce; member535 struct ethtool_coalesce *et_coalesce, in netsec_et_get_coalesce() argument541 *et_coalesce = priv->et_coalesce; in netsec_et_get_coalesce()547 struct ethtool_coalesce *et_coalesce, in netsec_et_set_coalesce() argument553 priv->et_coalesce = *et_coalesce; in netsec_et_set_coalesce()555 if (priv->et_coalesce.tx_coalesce_usecs < 50) in netsec_et_set_coalesce()556 priv->et_coalesce.tx_coalesce_usecs = 50; in netsec_et_set_coalesce()557 if (priv->et_coalesce.tx_max_coalesced_frames < 1) in netsec_et_set_coalesce()558 priv->et_coalesce.tx_max_coalesced_frames = 1; in netsec_et_set_coalesce()561 priv->et_coalesce.tx_max_coalesced_frames); in netsec_et_set_coalesce()[all …]