Lines Matching refs:et_coalesce
293 struct ethtool_coalesce et_coalesce;
535 struct ethtool_coalesce *et_coalesce,
541 *et_coalesce = priv->et_coalesce;
547 struct ethtool_coalesce *et_coalesce,
553 priv->et_coalesce = *et_coalesce;
555 if (priv->et_coalesce.tx_coalesce_usecs < 50)
556 priv->et_coalesce.tx_coalesce_usecs = 50;
557 if (priv->et_coalesce.tx_max_coalesced_frames < 1)
558 priv->et_coalesce.tx_max_coalesced_frames = 1;
561 priv->et_coalesce.tx_max_coalesced_frames);
563 priv->et_coalesce.tx_coalesce_usecs);
567 if (priv->et_coalesce.rx_coalesce_usecs < 50)
568 priv->et_coalesce.rx_coalesce_usecs = 50;
569 if (priv->et_coalesce.rx_max_coalesced_frames < 1)
570 priv->et_coalesce.rx_max_coalesced_frames = 1;
573 priv->et_coalesce.rx_max_coalesced_frames);
575 priv->et_coalesce.rx_coalesce_usecs);
1551 netsec_et_set_coalesce(priv->ndev, &priv->et_coalesce, NULL, NULL);
2084 priv->et_coalesce.rx_coalesce_usecs = 500;
2085 priv->et_coalesce.rx_max_coalesced_frames = 8;
2086 priv->et_coalesce.tx_coalesce_usecs = 500;
2087 priv->et_coalesce.tx_max_coalesced_frames = 8;