Lines Matching refs:enm
1374 struct ether_multi *enm; in ea_mc_reset_8004() local
1398 ETHER_FIRST_MULTI(step, ec, enm); in ea_mc_reset_8004()
1399 while (enm != NULL) { in ea_mc_reset_8004()
1400 if (memcmp(enm->enm_addrlo, enm->enm_addrhi, in ea_mc_reset_8004()
1401 sizeof(enm->enm_addrlo)) != 0) { in ea_mc_reset_8004()
1416 crc = ether_crc32_be(enm->enm_addrlo, sizeof(enm->enm_addrlo)); in ea_mc_reset_8004()
1424 ETHER_NEXT_MULTI(step, enm); in ea_mc_reset_8004()
1439 struct ether_multi *enm; in ea_mc_reset_8005() local
1446 ETHER_FIRST_MULTI(step, ec, enm); in ea_mc_reset_8005()
1447 while (enm != NULL) { in ea_mc_reset_8005()
1450 memcmp(enm->enm_addrlo, enm->enm_addrhi, 6) != 0) { in ea_mc_reset_8005()
1456 ea_set_address(sc, 1 + naddr, enm->enm_addrlo); in ea_mc_reset_8005()
1459 ETHER_NEXT_MULTI(step, enm); in ea_mc_reset_8005()