OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_idlemask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_gfevar.h
152
uint32_t
sc_idlemask
; /* suspended EIMR bits */
member in struct:gfe_softc
if_gfe.c
1002
sc->
sc_idlemask
|= (rxq->rxq_intrbits & ETH_IR_RxBits);
1113
sc->
sc_idlemask
&= ~(ETH_IR_RxBits | ETH_IR_RxBuffer | ETH_IR_RxError);
1145
intrmask |= sc->
sc_idlemask
;
1146
if (sc->
sc_idlemask
& (ETH_IR_RxBuffer_3 | ETH_IR_RxError_3)) {
1152
if (sc->
sc_idlemask
& (ETH_IR_RxBuffer_2 | ETH_IR_RxError_2)) {
1158
if (sc->
sc_idlemask
& (ETH_IR_RxBuffer_1 | ETH_IR_RxError_1)) {
1164
if (sc->
sc_idlemask
& (ETH_IR_RxBuffer_0 | ETH_IR_RxError_0)) {
1170
sc->
sc_idlemask
= 0;
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025