HomeSort by: relevance | last modified time | path
    Searched refs:ISR_RXORN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_sipreg.h 354 #define ISR_RXORN 0x00000020 /* Rx overrun */
if_sip.c 1922 if (isr & (ISR_RXORN | ISR_RXIDLE | ISR_RXDESC)) {
1928 if (isr & ISR_RXORN) {
2786 ISR_RXSOVR | ISR_TXURN | ISR_TXDESC | ISR_TXIDLE | ISR_RXORN |

Completed in 37 milliseconds