Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c60 if (priv->port_up) { in mlx4_en_moderation_update()
76 if (priv->port_up) { in mlx4_en_moderation_update()
1151 int port_up = 0; in mlx4_en_set_ringparam() local
1191 port_up = 1; in mlx4_en_set_ringparam()
1197 if (port_up) { in mlx4_en_set_ringparam()
1285 int port_up = 0; in mlx4_en_set_rxfh() local
1318 port_up = 1; in mlx4_en_set_rxfh()
1329 if (port_up) { in mlx4_en_set_rxfh()
1839 int port_up = 0; in mlx4_en_set_channels() local
1873 port_up = 1; in mlx4_en_set_channels()
[all …]
A Den_netdev.c96 int port_up = 0; in mlx4_en_alloc_tx_queue_per_tc() local
121 if (priv->port_up) { in mlx4_en_alloc_tx_queue_per_tc()
122 port_up = 1; in mlx4_en_alloc_tx_queue_per_tc()
127 if (port_up) { in mlx4_en_alloc_tx_queue_per_tc()
888 if (!priv->port_up) in mlx4_en_set_rx_mode()
2742 int port_up = 0; in mlx4_xdp_set() local
2797 port_up = 1; in mlx4_xdp_set()
2814 if (port_up) { in mlx4_xdp_set()
3502 int port_up = 0; in mlx4_en_reset_config() local
3532 port_up = 1; in mlx4_en_reset_config()
[all …]
A Den_selftest.c188 if (priv->port_up && dev->mtu >= MLX4_SELFTEST_LB_MIN_MTU) in mlx4_en_ex_selftest()
A Den_tx.c447 if (unlikely(!priv->port_up)) in mlx4_en_process_tx_cq()
542 if (likely(priv->port_up)) in mlx4_en_tx_irq()
890 if (unlikely(!priv->port_up)) in mlx4_en_xmit()
1151 if (unlikely(!priv->port_up)) in mlx4_en_xmit_frame()
A Den_rx.c397 if (!priv->port_up) in mlx4_en_recover_from_oom()
678 if (unlikely(!priv->port_up || budget <= 0)) in mlx4_en_process_rx_cq()
937 if (likely(priv->port_up)) in mlx4_en_rx_irq()
A Den_port.c157 if (!priv->port_up || mlx4_is_master(mdev->dev)) in mlx4_en_fold_software_stats()
A Dmlx4_en.h558 bool port_up; member

Completed in 21 milliseconds