Searched refs:QL_RUNNING (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h208 #define QL_RUNNING(ifp) \ macro
H A Dqla_isr.c398 QL_RUNNING(ifp)) {
H A Dqla_os.c224 } else if ((ifp->if_snd.ifq_head != NULL) && QL_RUNNING(ifp)) {
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h275 #define QL_RUNNING(ifp) (ifp->if_drv_flags & IFF_DRV_RUNNING) macro
H A Dql_os.c303 if (!ha->watchdog_ticks && QL_RUNNING(ifp)) {
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_def.h366 #define QL_RUNNING(ifp) \ macro
H A Dqls_os.c308 } else if ((ifp->if_snd.ifq_head != NULL) && QL_RUNNING(ifp)) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h514 #define QL_RUNNING(ifp) \ macro

Completed in 199 milliseconds