Lines Matching refs:et_coalesce

293 	struct ethtool_coalesce et_coalesce;  member
535 struct ethtool_coalesce *et_coalesce, in netsec_et_get_coalesce() argument
541 *et_coalesce = priv->et_coalesce; in netsec_et_get_coalesce()
547 struct ethtool_coalesce *et_coalesce, in netsec_et_set_coalesce() argument
553 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()
563 priv->et_coalesce.tx_coalesce_usecs); in netsec_et_set_coalesce()
567 if (priv->et_coalesce.rx_coalesce_usecs < 50) in netsec_et_set_coalesce()
568 priv->et_coalesce.rx_coalesce_usecs = 50; in netsec_et_set_coalesce()
569 if (priv->et_coalesce.rx_max_coalesced_frames < 1) in netsec_et_set_coalesce()
570 priv->et_coalesce.rx_max_coalesced_frames = 1; in netsec_et_set_coalesce()
573 priv->et_coalesce.rx_max_coalesced_frames); in netsec_et_set_coalesce()
575 priv->et_coalesce.rx_coalesce_usecs); in netsec_et_set_coalesce()
1551 netsec_et_set_coalesce(priv->ndev, &priv->et_coalesce, NULL, NULL); in netsec_start_gmac()
2084 priv->et_coalesce.rx_coalesce_usecs = 500; in netsec_probe()
2085 priv->et_coalesce.rx_max_coalesced_frames = 8; in netsec_probe()
2086 priv->et_coalesce.tx_coalesce_usecs = 500; in netsec_probe()
2087 priv->et_coalesce.tx_max_coalesced_frames = 8; in netsec_probe()