Searched refs:port_is_up (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dmana_en.c107 if (!apc->port_is_up) {
155 if (apc->port_is_up)
188 if (apc->port_is_up)
203 if (!apc->port_is_up)
210 if (apc->port_is_up)
515 if (!apc->port_is_up ||
672 while (!drbr_empty(ndev, txq->txq_br) && apc->port_is_up &&
810 if (unlikely((!apc->port_is_up) ||
1561 /* Ensure checking txq_full before apc->port_is_up. */
1564 if (txq_full && apc->port_is_up
[all...]
H A Dmana.h518 bool port_is_up; member in struct:mana_port_context

Completed in 114 milliseconds