Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c60 if (priv->port_up) { in mlx4_en_moderation_update()
76 if (priv->port_up) { in mlx4_en_moderation_update()
1153 int port_up = 0; in mlx4_en_set_ringparam() local
1193 port_up = 1; in mlx4_en_set_ringparam()
1199 if (port_up) { in mlx4_en_set_ringparam()
1289 int port_up = 0; in mlx4_en_set_rxfh() local
1322 port_up = 1; in mlx4_en_set_rxfh()
1333 if (port_up) { in mlx4_en_set_rxfh()
1843 int port_up = 0; in mlx4_en_set_channels() local
1877 port_up = 1; in mlx4_en_set_channels()
[all …]
H A Den_netdev.c97 int port_up = 0; in mlx4_en_alloc_tx_queue_per_tc() local
122 if (priv->port_up) { in mlx4_en_alloc_tx_queue_per_tc()
123 port_up = 1; in mlx4_en_alloc_tx_queue_per_tc()
128 if (port_up) { in mlx4_en_alloc_tx_queue_per_tc()
889 if (!priv->port_up) in mlx4_en_set_rx_mode()
2736 int port_up = 0; in mlx4_xdp_set() local
2791 port_up = 1; in mlx4_xdp_set()
2808 if (port_up) { in mlx4_xdp_set()
3447 int port_up = 0; in mlx4_en_reset_config() local
3477 port_up = 1; in mlx4_en_reset_config()
[all …]
H A Den_selftest.c188 if (priv->port_up && dev->mtu >= MLX4_SELFTEST_LB_MIN_MTU) in mlx4_en_ex_selftest()
H A Den_tx.c451 if (unlikely(!priv->port_up)) in mlx4_en_process_tx_cq()
546 if (likely(priv->port_up)) in mlx4_en_tx_irq()
905 if (unlikely(!priv->port_up)) in mlx4_en_xmit()
1183 if (unlikely(!priv->port_up)) in mlx4_en_xmit_frame()
H A Den_rx.c397 if (!priv->port_up) in mlx4_en_recover_from_oom()
727 if (unlikely(!priv->port_up || budget <= 0)) in mlx4_en_process_rx_cq()
990 if (likely(priv->port_up)) in mlx4_en_rx_irq()
H A Den_port.c157 if (!priv->port_up || mlx4_is_master(mdev->dev)) in mlx4_en_fold_software_stats()
H A Dmlx4_en.h568 bool port_up; member