Home
last modified time | relevance | path

Searched refs:RFCR_AAM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h395 #define RFCR_AAM 0x20000000U /* accept all multicast */ macro
H A Dsfe.c642 mode = RFCR_AAB | RFCR_AAM | RFCR_AAP; in sfe_set_rx_filter_dp83815()
645 mode = RFCR_AAB | RFCR_AAM | RFCR_APM_DP83815; in sfe_set_rx_filter_dp83815()
767 mode = RFCR_AAB | RFCR_AAM | RFCR_AAP; in sfe_set_rx_filter_sis900()
771 mode = RFCR_AAB | RFCR_AAM; in sfe_set_rx_filter_sis900()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c241 #define RFCR_AAM 0x20000000 macro
610 and_mask &= ~(RFCR_AAU | RFCR_AAM); in ns83820_set_multicast()
611 or_mask |= RFCR_AAM; in ns83820_set_multicast()