Home
last modified time | relevance | path

Searched refs:MR0_RXINT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/sgimips/dev/
Dscnreg.h75 #define MR0_RXINT 0x40 /* Rx int threshold (along with MR1_FFULL) */ macro
Dscn.c429 dp->chan[chan].mr0 |= MR0_RXWD | MR0_RXINT; in scn_setchip()
431 dp->chan[chan].mr0 &= ~(MR0_RXWD | MR0_RXINT); in scn_setchip()
/netbsd/src/sys/arch/vax/uba/
Dqvareg.h106 #define MR0_RXINT 0x40 /* Rx int threshold (along with MR1_FFULL) */ macro