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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h528 #define QL_RUNNING(ifp) \ macro
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h206 #define QL_RUNNING(ifp) \ macro
H A Dqla_isr.c399 QL_RUNNING(ifp)) {
H A Dqla_os.c223 } else if ((ifp->if_snd.ifq_head != NULL) && QL_RUNNING(ifp)) {
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h273 #define QL_RUNNING(ifp) (ifp->if_drv_flags & IFF_DRV_RUNNING) macro
H A Dql_os.c306 if (!ha->watchdog_ticks && QL_RUNNING(ifp)) {
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h367 #define QL_RUNNING(ifp) \ macro
H A Dqls_os.c312 } else if ((ifp->if_snd.ifq_head != NULL) && QL_RUNNING(ifp)) {

Completed in 237 milliseconds