Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dmana_bpf.c59 if (unlikely(!apc->port_is_up)) in mana_xdp_xmit()
201 if (apc->port_is_up) in mana_xdp_set()
Dmana_ethtool.c128 if (!apc->port_is_up) in mana_get_ethtool_stats()
240 if (!apc->port_is_up) in mana_set_rxfh()
Dmana_en.c44 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()
/Linux-v6.6/include/net/mana/
Dmana.h428 bool port_is_up; member