Home
last modified time | relevance | path

Searched refs:IGBVF_FLAG_RX_CSUM_DISABLED (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/igbvf/
Digbvf.h268 #define IGBVF_FLAG_RX_CSUM_DISABLED BIT(0) macro
Dnetdev.c110 (adapter->flags & IGBVF_FLAG_RX_CSUM_DISABLED)) in igbvf_rx_checksum_adv()
2642 adapter->flags &= ~IGBVF_FLAG_RX_CSUM_DISABLED; in igbvf_set_features()
2644 adapter->flags |= IGBVF_FLAG_RX_CSUM_DISABLED; in igbvf_set_features()