tag | line | file | source code |
---|---|---|---|
RST | 455 | net/tcp/we.c | while( ( inb_p( ISR ) & RST ) == 0 ); /* wait for reset to be completed */ |
RST | 456 | net/tcp/we.c | outb_p( RST, ISR ); /* acknowledge RST interrupt */ |
RST | 613 | net/tcp/we.c | if( inb_p( ISR ) & RST ) /* Reset has been performed */ |
RST | 614 | net/tcp/we.c | outb_p( RST, ISR ); /* acknowledge interrupt */ |