Lines Matching refs:et_coalesce
293 struct ethtool_coalesce et_coalesce;
535 struct ethtool_coalesce *et_coalesce)
539 *et_coalesce = priv->et_coalesce;
545 struct ethtool_coalesce *et_coalesce)
549 priv->et_coalesce = *et_coalesce;
551 if (priv->et_coalesce.tx_coalesce_usecs < 50)
552 priv->et_coalesce.tx_coalesce_usecs = 50;
553 if (priv->et_coalesce.tx_max_coalesced_frames < 1)
554 priv->et_coalesce.tx_max_coalesced_frames = 1;
557 priv->et_coalesce.tx_max_coalesced_frames);
559 priv->et_coalesce.tx_coalesce_usecs);
563 if (priv->et_coalesce.rx_coalesce_usecs < 50)
564 priv->et_coalesce.rx_coalesce_usecs = 50;
565 if (priv->et_coalesce.rx_max_coalesced_frames < 1)
566 priv->et_coalesce.rx_max_coalesced_frames = 1;
569 priv->et_coalesce.rx_max_coalesced_frames);
571 priv->et_coalesce.rx_coalesce_usecs);
1543 netsec_et_set_coalesce(priv->ndev, &priv->et_coalesce);
2085 priv->et_coalesce.rx_coalesce_usecs = 500;
2086 priv->et_coalesce.rx_max_coalesced_frames = 8;
2087 priv->et_coalesce.tx_coalesce_usecs = 500;
2088 priv->et_coalesce.tx_max_coalesced_frames = 8;