Home
last modified time | relevance | path

Searched refs:IGBVF_FLAG_RX_CSUM_DISABLED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h268 #define IGBVF_FLAG_RX_CSUM_DISABLED BIT(0) macro
H A Dnetdev.c110 (adapter->flags & IGBVF_FLAG_RX_CSUM_DISABLED)) in igbvf_rx_checksum_adv()
2628 adapter->flags &= ~IGBVF_FLAG_RX_CSUM_DISABLED; in igbvf_set_features()
2630 adapter->flags |= IGBVF_FLAG_RX_CSUM_DISABLED; in igbvf_set_features()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h268 #define IGBVF_FLAG_RX_CSUM_DISABLED BIT(0) macro
H A 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()

Completed in 9 milliseconds