Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfereg.h394 #define RFCR_AAB 0x40000000U /* accept all broadcast */ macro
H A Dsfe.c719 mode = RFCR_AAB | RFCR_AAM | RFCR_AAP; in sfe_set_rx_filter_dp83815()
722 mode = RFCR_AAB | RFCR_AAM | RFCR_APM_DP83815; in sfe_set_rx_filter_dp83815()
728 mode = RFCR_AAB | RFCR_MHEN_DP83815 | RFCR_APM_DP83815; in sfe_set_rx_filter_dp83815()
741 mode = RFCR_AAB | RFCR_APM_DP83815 | in sfe_set_rx_filter_dp83815()
844 mode = RFCR_AAB | RFCR_AAM | RFCR_AAP; in sfe_set_rx_filter_sis900()
848 mode = RFCR_AAB | RFCR_AAM; in sfe_set_rx_filter_sis900()
851 mode = RFCR_AAB; in sfe_set_rx_filter_sis900()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c240 #define RFCR_AAB 0x40000000 macro