Searched refs:port_up (Results 1 – 7 of 7) sorted by relevance
60 if (priv->port_up) { in mlx4_en_moderation_update()76 if (priv->port_up) { in mlx4_en_moderation_update()1134 int port_up = 0; in mlx4_en_set_ringparam() local1174 port_up = 1; in mlx4_en_set_ringparam()1180 if (port_up) { in mlx4_en_set_ringparam()1270 int port_up = 0; in mlx4_en_set_rxfh() local1303 port_up = 1; in mlx4_en_set_rxfh()1314 if (port_up) { in mlx4_en_set_rxfh()1824 int port_up = 0; in mlx4_en_set_channels() local1858 port_up = 1; in mlx4_en_set_channels()[all …]
99 int port_up = 0; in mlx4_en_alloc_tx_queue_per_tc() local124 if (priv->port_up) { in mlx4_en_alloc_tx_queue_per_tc()125 port_up = 1; in mlx4_en_alloc_tx_queue_per_tc()130 if (port_up) { in mlx4_en_alloc_tx_queue_per_tc()891 if (!priv->port_up) in mlx4_en_set_rx_mode()2740 int port_up = 0; in mlx4_xdp_set() local2795 port_up = 1; in mlx4_xdp_set()2812 if (port_up) { in mlx4_xdp_set()3523 int port_up = 0; in mlx4_en_reset_config() local3553 port_up = 1; in mlx4_en_reset_config()[all …]
188 if (priv->port_up && dev->mtu >= MLX4_SELFTEST_LB_MIN_MTU) in mlx4_en_ex_selftest()
446 if (unlikely(!priv->port_up)) in mlx4_en_process_tx_cq()543 if (likely(priv->port_up)) in mlx4_en_tx_irq()902 if (unlikely(!priv->port_up)) in mlx4_en_xmit()1180 if (unlikely(!priv->port_up)) in mlx4_en_xmit_frame()
391 if (!priv->port_up) in mlx4_en_recover_from_oom()694 if (unlikely(!priv->port_up || budget <= 0)) in mlx4_en_process_rx_cq()960 if (likely(priv->port_up)) in mlx4_en_rx_irq()
157 if (!priv->port_up || mlx4_is_master(mdev->dev)) in mlx4_en_fold_software_stats()
561 bool port_up; member