OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_msgwaiting
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
ixp425_npevar.h
94
int
sc_msgwaiting
; /* sc_msg holds valid data */
member in struct:ixpnpe_softc
ixp425_npe.c
1307
sc->
sc_msgwaiting
= -1; /* NB: error indicator */
1312
sc->
sc_msgwaiting
= 1; /* successful fetch */
1351
sc->
sc_msgwaiting
= 0;
1371
if (!sc->
sc_msgwaiting
) {
1376
/* NB:
sc_msgwaiting
!= 1 means the ack fetch failed */
1377
return sc->
sc_msgwaiting
!= 1 ? EIO : 0;
1423
if (sc->
sc_msgwaiting
)
1425
/* NB:
sc_msgwaiting
!= 1 means the ack fetch failed */
1426
error = sc->
sc_msgwaiting
!= 1 ? EIO : 0;
Completed in 35 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025