Searched refs:port_up (Results 1 – 5 of 5) sorted by relevance
72 if (!priv->port_up) in mlx4_en_low_latency_recv()419 if (mdev->device_up && priv->port_up) { in mlx4_en_vlan_rx_add_vid()447 if (mdev->device_up && priv->port_up) { in mlx4_en_vlan_rx_kill_vid()735 if (!priv->port_up) in mlx4_en_set_rx_mode()1021 if (!priv->port_up) { in mlx4_en_do_set_rx_mode()1064 if (priv->port_up) in mlx4_en_watchdog_timeout()1190 if (priv->port_up) { in mlx4_en_do_get_stats()1247 } else if (priv->port_up && (linkstate == MLX4_DEV_EVENT_PORT_UP)){ in mlx4_en_linkstate()1275 if (priv->port_up) { in mlx4_en_start_port()1420 priv->port_up = true; in mlx4_en_start_port()[all …]
364 if (!priv->port_up) in mlx4_en_process_tx_cq()429 if (priv->port_up == 0 || !spin_trylock(&ring->comp_lock)) in mlx4_en_tx_irq()445 if (priv->port_up == 0) in mlx4_en_poll_tx_cq()457 if (inflight && priv->port_up) in mlx4_en_poll_tx_cq()468 if (priv->port_up == 0) in mlx4_en_xmit_poll()658 if (unlikely(!priv->port_up)) { in mlx4_en_xmit()937 READ_ONCE(priv->port_up) == 0)) { in mlx4_en_transmit_locked()961 if (priv->port_up == 0) { in mlx4_en_transmit()998 if (priv->port_up == 0) in mlx4_en_qflush()
757 if (!priv->port_up) in mlx4_en_process_rx_cq()889 if (priv->port_up && (done == MLX4_EN_RX_BUDGET) ) { in mlx4_en_rx_irq()
159 if (!priv->port_up || mlx4_is_master(mdev->dev)) in mlx4_en_fold_software_stats()
575 bool port_up; member