Home
last modified time | relevance | path

Searched refs:et_coalesce (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/socionext/
Dnetsec.c293 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()
[all …]