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

/netbsd-current/sys/dev/pci/
H A Dif_dgereg.h170 #define RCTL_SECRC 0x04000000 macro
H A Dif_wmreg.h800 #define RCTL_SECRC __BIT(26) /* strip Ethernet CRC */ macro
H A Dif_dge.c2027 RCTL_CFF | RCTL_SECRC | RCTL_MO(sc->sc_mchash_type);
H A Dif_wm.c7521 sc->sc_rctl |= RCTL_SECRC;
10325 * to trim it. Those chips have an eratta, the RCTL_SECRC bit
17447 mac_reg |= RCTL_SECRC;
17448 sc->sc_rctl |= RCTL_SECRC;
17451 mac_reg &= ~RCTL_SECRC;
17452 sc->sc_rctl &= ~RCTL_SECRC;

Completed in 145 milliseconds