Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
Dparam.c478 adapter->flags2 |= FLAG2_DFLT_CRC_STRIPPING; in e1000e_check_options()
482 adapter->flags2 |= FLAG2_DFLT_CRC_STRIPPING; in e1000e_check_options()
De1000.h437 #define FLAG2_DFLT_CRC_STRIPPING BIT(12) macro
Dnetdev.c7249 if (adapter->flags2 & FLAG2_DFLT_CRC_STRIPPING) in e1000_set_features()