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()1151 int port_up = 0; in mlx4_en_set_ringparam() local1191 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() local1318 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() local1873 port_up = 1; in mlx4_en_set_channels()[all …]
96 int port_up = 0; in mlx4_en_alloc_tx_queue_per_tc() local121 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() local2797 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() local3532 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()
447 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()
397 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()
157 if (!priv->port_up || mlx4_is_master(mdev->dev)) in mlx4_en_fold_software_stats()
558 bool port_up; member
Completed in 21 milliseconds