OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HW_RUNNING
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
mvxpsecvar.h
246
#define
HW_RUNNING
(1 << 16)
mvxpsec.c
599
sc->sc_flags &= ~
HW_RUNNING
;
2103
running = (sc->sc_flags &
HW_RUNNING
) ? 1: 0;
2185
sc->sc_flags &= ~
HW_RUNNING
;
2221
!(sc->sc_flags &
HW_RUNNING
))
2240
if (__predict_false(sc->sc_flags &
HW_RUNNING
)) {
2254
sc->sc_flags |=
HW_RUNNING
; /* dropped by intr or timeout */
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025