Searched refs:FLAG2_CRC_STRIPPING (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c990 if (!(adapter->flags2 & FLAG2_CRC_STRIPPING)) {
1411 if (!(adapter->flags2 & FLAG2_CRC_STRIPPING)) {
1440 if (!(adapter->flags2 & FLAG2_CRC_STRIPPING)) {
3070 if (adapter->flags2 & FLAG2_CRC_STRIPPING)
6029 !(adapter->flags2 & FLAG2_CRC_STRIPPING) &&
7320 adapter->flags2 &= ~FLAG2_CRC_STRIPPING;
7326 adapter->flags2 |= FLAG2_CRC_STRIPPING;
7328 adapter->flags2 &= ~FLAG2_CRC_STRIPPING;
H A De1000.h448 #define FLAG2_CRC_STRIPPING BIT(0) macro
H A Dparam.c475 adapter->flags2 |= FLAG2_CRC_STRIPPING;
479 adapter->flags2 |= FLAG2_CRC_STRIPPING;

Completed in 300 milliseconds