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

/freebsd-10.2-release/sys/dev/pcn/
H A Dif_pcnreg.h381 #define PCN_RXSTAT_OWN 0x8000 macro
386 #define PCN_OWN_RXDESC(x) (((x)->pcn_rxstat & PCN_RXSTAT_OWN) == 0)
H A Dif_pcn.c823 c->pcn_rxstat = PCN_RXSTAT_STP|PCN_RXSTAT_ENP|PCN_RXSTAT_OWN;

Completed in 46 milliseconds