Searched defs:interested (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c421 int interested = RxUnderrun | RxOverflow | RxFIFOOver | RxErr | RxOK; local
432 intr_status = intr_status & ~interested;
434 intr_status = intr_status | interested;
H A Drtl8139.c490 unsigned int interested = ROK | RER | RXOVW | FOVW | SERR; local
496 mask = mask & ~interested;
497 if ( action == ENABLE ) mask = mask | interested;

Completed in 19 milliseconds