Lines Matching refs:et_coalesce

293 	struct ethtool_coalesce et_coalesce;  member
535 struct ethtool_coalesce *et_coalesce) in netsec_et_get_coalesce() argument
539 *et_coalesce = priv->et_coalesce; in netsec_et_get_coalesce()
545 struct ethtool_coalesce *et_coalesce) in netsec_et_set_coalesce() argument
549 priv->et_coalesce = *et_coalesce; in netsec_et_set_coalesce()
551 if (priv->et_coalesce.tx_coalesce_usecs < 50) in netsec_et_set_coalesce()
552 priv->et_coalesce.tx_coalesce_usecs = 50; in netsec_et_set_coalesce()
553 if (priv->et_coalesce.tx_max_coalesced_frames < 1) in netsec_et_set_coalesce()
554 priv->et_coalesce.tx_max_coalesced_frames = 1; in netsec_et_set_coalesce()
557 priv->et_coalesce.tx_max_coalesced_frames); in netsec_et_set_coalesce()
559 priv->et_coalesce.tx_coalesce_usecs); in netsec_et_set_coalesce()
563 if (priv->et_coalesce.rx_coalesce_usecs < 50) in netsec_et_set_coalesce()
564 priv->et_coalesce.rx_coalesce_usecs = 50; in netsec_et_set_coalesce()
565 if (priv->et_coalesce.rx_max_coalesced_frames < 1) in netsec_et_set_coalesce()
566 priv->et_coalesce.rx_max_coalesced_frames = 1; in netsec_et_set_coalesce()
569 priv->et_coalesce.rx_max_coalesced_frames); in netsec_et_set_coalesce()
571 priv->et_coalesce.rx_coalesce_usecs); in netsec_et_set_coalesce()
1543 netsec_et_set_coalesce(priv->ndev, &priv->et_coalesce); in netsec_start_gmac()
2074 priv->et_coalesce.rx_coalesce_usecs = 500; in netsec_probe()
2075 priv->et_coalesce.rx_max_coalesced_frames = 8; in netsec_probe()
2076 priv->et_coalesce.tx_coalesce_usecs = 500; in netsec_probe()
2077 priv->et_coalesce.tx_max_coalesced_frames = 8; in netsec_probe()