Searched refs:port_is_up (Results 1 – 4 of 4) sorted by relevance
59 if (unlikely(!apc->port_is_up)) in mana_xdp_xmit() 199 if (apc->port_is_up) { in mana_xdp_set()
255 if (!apc->port_is_up) in mana_get_ethtool_stats()378 if (!apc->port_is_up) in mana_set_rxfh()455 if (apc->port_is_up && apc->cqe_coalescing_enable && in mana_get_coalesce()566 if (!apc->port_is_up) { in mana_set_coalesce()669 if (!apc->port_is_up && apc->vport_use_count) { in mana_set_channels()815 if (!apc->port_is_up) in mana_set_priv_flags()
87 apc->port_is_up = true; in mana_open() 101 if (!apc->port_is_up) in mana_close() 366 if (unlikely(!apc->port_is_up)) in mana_start_xmit() 607 if (!apc->port_is_up) in mana_get_stats64() 2018 /* Ensure checking txq_stopped before apc->port_is_up. */ in mana_poll_tx_cq() 2021 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq() 3676 apc->port_is_up = apc->port_st_save; in mana_attach() 3696 if (apc->port_is_up) in mana_dealloc_queues() 3705 /* No packet can be transmitted now since apc->port_is_up is false. in mana_dealloc_queues() 3707 * a txq because it may not timely see apc->port_is_up bein in mana_dealloc_queues() [all...]
632 bool port_is_up; member