HomeSort by: relevance | last modified time | path
    Searched defs:new0 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/gemini/
if_gmc.c 202 uint32_t new0, new1, new2; local in function:gmc_filter_change
205 new0 = eaddr[0] | ((eaddr[1] | (eaddr[2] | (eaddr[3] << 8)) << 8) << 8);
208 if (sc->sc_gmac_sta_add[0] != new0
212 new0);
217 sc->sc_gmac_sta_add[0] = new0;
248 new0 = sc->sc_gmac_rx_filter & ~RXFILTER_PROMISC;
249 new0 |= RXFILTER_BROADCAST | RXFILTER_UNICAST | RXFILTER_MULTICAST;
251 new0 |= RXFILTER_PROMISC;
253 if (new0 != sc->sc_gmac_rx_filter) {
255 new0);
    [all...]

Completed in 31 milliseconds