Searched refs:reset_tx (Results 1 – 3 of 3) sorted by relevance
86 struct work_struct reset_tx; member
1191 container_of(work, struct vector_private, reset_tx); in vector_reset_tx()1324 schedule_work(&vp->reset_tx); in vector_net_tx_timeout()1641 INIT_WORK(&vp->reset_tx, vector_reset_tx); in vector_eth_configure()
769 bool reset_rx, reset_tx; in mlx5e_ethtool_set_coalesce() local817 reset_tx = mlx5e_reset_tx_channels_moderation(&priv->channels, cq_period_mode, in mlx5e_ethtool_set_coalesce()822 reset_tx |= tx_dim_enabled != new_params.tx_dim_enabled; in mlx5e_ethtool_set_coalesce()846 if (reset_tx) { in mlx5e_ethtool_set_coalesce()