Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_sipreg.h | 355 #define ISR_RXIDLE 0x00000010 /* Rx idle */ |
if_sip.c | 1922 if (isr & (ISR_RXORN | ISR_RXIDLE | ISR_RXDESC)) { 1935 if (isr & ISR_RXIDLE) { 2787 ISR_RXIDLE | ISR_RXDESC; |