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

/freebsd-12-stable/sys/dev/et/
H A Dif_et.c1568 uint32_t rxmac_ctrl, pktfilt; local
1575 pktfilt = CSR_READ_4(sc, ET_PKTFILT);
1578 pktfilt &= ~(ET_PKTFILT_BCAST | ET_PKTFILT_MCAST | ET_PKTFILT_UCAST);
1617 pktfilt |= ET_PKTFILT_MCAST;
1620 CSR_WRITE_4(sc, ET_PKTFILT, pktfilt);

Completed in 53 milliseconds