Searched refs:HME_SEB_STAT_NORXD (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dhmereg.h69 #define HME_SEB_STAT_NORXD 0x00020000 /* out of receive descriptors */ macro
96 HME_SEB_STAT_RXLATERR | HME_SEB_STAT_RXERR | HME_SEB_STAT_NORXD |\
106 HME_SEB_STAT_RXLATERR | HME_SEB_STAT_RXERR | HME_SEB_STAT_NORXD |\
H A Dhme.c870 if (status & HME_SEB_STAT_NORXD) {
872 status &= ~HME_SEB_STAT_NORXD;

Completed in 55 milliseconds