Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Di82557reg.h433 #define FXP_RFA_STATUS_C 0x8000 /* packet reception complete */ macro
Di82557.c1361 if ((rxstat & FXP_RFA_STATUS_C) == 0) { in fxp_rxintr()
/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dfxp.c388 if ((le16toh(rfa->rfa_status) & FXP_RFA_STATUS_C) == 0) in fxp_recv()