Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
Dparam.c476 adapter->flags2 |= FLAG2_DFLT_CRC_STRIPPING; in e1000e_check_options()
480 adapter->flags2 |= FLAG2_DFLT_CRC_STRIPPING; in e1000e_check_options()
De1000.h460 #define FLAG2_DFLT_CRC_STRIPPING BIT(12) macro
Dnetdev.c7310 if (adapter->flags2 & FLAG2_DFLT_CRC_STRIPPING) in e1000_set_features()