Searched refs:IGC_RCTL_SECRC (Results 1 – 2 of 2) sorted by relevance
189 #define IGC_RCTL_SECRC 0x04000000 /* Strip Ethernet CRC */ macro
1264 rctl &= ~IGC_RCTL_SECRC; /* Do not Strip Ethernet CRC. */ in igc_rx_init()1266 rctl |= IGC_RCTL_SECRC; /* Strip Ethernet CRC. */ in igc_rx_init()