et_coalesce 292 drivers/net/ethernet/socionext/netsec.c struct ethtool_coalesce et_coalesce; et_coalesce 534 drivers/net/ethernet/socionext/netsec.c struct ethtool_coalesce *et_coalesce) et_coalesce 538 drivers/net/ethernet/socionext/netsec.c *et_coalesce = priv->et_coalesce; et_coalesce 544 drivers/net/ethernet/socionext/netsec.c struct ethtool_coalesce *et_coalesce) et_coalesce 548 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce = *et_coalesce; et_coalesce 550 drivers/net/ethernet/socionext/netsec.c if (priv->et_coalesce.tx_coalesce_usecs < 50) et_coalesce 551 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.tx_coalesce_usecs = 50; et_coalesce 552 drivers/net/ethernet/socionext/netsec.c if (priv->et_coalesce.tx_max_coalesced_frames < 1) et_coalesce 553 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.tx_max_coalesced_frames = 1; et_coalesce 556 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.tx_max_coalesced_frames); et_coalesce 558 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.tx_coalesce_usecs); et_coalesce 562 drivers/net/ethernet/socionext/netsec.c if (priv->et_coalesce.rx_coalesce_usecs < 50) et_coalesce 563 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.rx_coalesce_usecs = 50; et_coalesce 564 drivers/net/ethernet/socionext/netsec.c if (priv->et_coalesce.rx_max_coalesced_frames < 1) et_coalesce 565 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.rx_max_coalesced_frames = 1; et_coalesce 568 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.rx_max_coalesced_frames); et_coalesce 570 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.rx_coalesce_usecs); et_coalesce 1528 drivers/net/ethernet/socionext/netsec.c netsec_et_set_coalesce(priv->ndev, &priv->et_coalesce); et_coalesce 2054 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.rx_coalesce_usecs = 500; et_coalesce 2055 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.rx_max_coalesced_frames = 8; et_coalesce 2056 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.tx_coalesce_usecs = 500; et_coalesce 2057 drivers/net/ethernet/socionext/netsec.c priv->et_coalesce.tx_max_coalesced_frames = 8;