Searched refs:port_is_up (Results 1 – 4 of 4) sorted by relevance
59 if (unlikely(!apc->port_is_up)) in mana_xdp_xmit()206 if (apc->port_is_up) in mana_xdp_set()
83 if (!apc->port_is_up) in mana_get_ethtool_stats()177 if (!apc->port_is_up) in mana_set_rxfh()
29 apc->port_is_up = true; in mana_open()44 if (!apc->port_is_up) in mana_close()148 if (unlikely(!apc->port_is_up)) in mana_start_xmit()310 if (!apc->port_is_up) in mana_get_stats64()1057 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq()1964 apc->port_is_up = apc->port_st_save; in mana_attach()1969 if (apc->port_is_up) in mana_attach()1987 if (apc->port_is_up) in mana_dealloc_queues()2058 apc->port_st_save = apc->port_is_up; in mana_detach()2059 apc->port_is_up = false; in mana_detach()
385 bool port_is_up; member