Home
last modified time | relevance | path

Searched refs:D8390_RSTAT_PRX (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.h219 #define D8390_RSTAT_PRX 0x01 /* successful recv */ macro
H A Dns8390.c505 if (!(rstat & D8390_RSTAT_PRX)) return(0); in ns8390_poll()
537 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN in ns8390_poll()