Searched refs:port_is_up (Results 1 – 4 of 4) sorted by relevance
59 if (unlikely(!apc->port_is_up)) in mana_xdp_xmit()201 if (apc->port_is_up) in mana_xdp_set()
128 if (!apc->port_is_up) in mana_get_ethtool_stats()240 if (!apc->port_is_up) in mana_set_rxfh()
44 apc->port_is_up = true; in mana_open()59 if (!apc->port_is_up) in mana_close()237 if (unlikely(!apc->port_is_up)) in mana_start_xmit()444 if (!apc->port_is_up) in mana_get_stats64()1450 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq()2520 apc->port_is_up = apc->port_st_save; in mana_attach()2525 if (apc->port_is_up) in mana_attach()2543 if (apc->port_is_up) in mana_dealloc_queues()2614 apc->port_st_save = apc->port_is_up; in mana_detach()2615 apc->port_is_up = false; in mana_detach()
428 bool port_is_up; member