OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:job_flags
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mips/atheros/dev/
arspi.c
80
uint32_t
job_flags
;
member in struct:arspi_job
306
if (job->
job_flags
& JOB_WAIT) {
312
} else if (job->
job_flags
& JOB_WREN) {
352
if (job->
job_flags
& JOB_WAIT) {
357
job->
job_flags
&= ~JOB_WAIT;
361
} else if (job->
job_flags
& JOB_WREN) {
363
job->
job_flags
&= ~JOB_WREN;
373
if (job->
job_flags
& JOB_WRITE)
374
job->
job_flags
|= (JOB_WAIT | JOB_WREN);
379
if (err || (job->
job_flags
& JOB_LAST))
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025