Searched refs:D8390_RSTAT_PRX (Results 1 – 3 of 3) sorted by relevance
221 #define D8390_RSTAT_PRX 0x01 /* successful recv */ macro
281 if (!(rstat & D8390_RSTAT_PRX)) return(0); in ne_poll()300 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN in ne_poll()
519 if (!(rstat & D8390_RSTAT_PRX)) return(0); in ns8390_poll()551 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN in ns8390_poll()