Home
last modified time | relevance | path

Searched refs:port_is_up (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dmana_ethtool.c70 if (!apc->port_is_up) in mana_get_ethtool_stats()
156 if (!apc->port_is_up) in mana_set_rxfh()
214 if (!apc->port_is_up) in mana_set_channels()
Dmana_en.c25 apc->port_is_up = true; in mana_open()
40 if (!apc->port_is_up) in mana_close()
144 if (unlikely(!apc->port_is_up)) in mana_start_xmit()
305 if (!apc->port_is_up) in mana_get_stats64()
878 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq()
1679 apc->port_is_up = apc->port_st_save; in mana_attach()
1684 if (apc->port_is_up) { in mana_attach()
1698 if (apc->port_is_up) in mana_dealloc_queues()
1742 apc->port_st_save = apc->port_is_up; in mana_detach()
1743 apc->port_is_up = false; in mana_detach()
Dmana.h364 bool port_is_up; member