Searched refs:E1000_RXD_STAT_IXSM (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
H A Ddefines.h40 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
H A Dnetdev.c131 if ((status_err & E1000_RXD_STAT_IXSM) || igbvf_rx_checksum_adv()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h72 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
H A Dnetdev.c604 if (status & E1000_RXD_STAT_IXSM) e1000_rx_checksum()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_defines.h86 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
H A Digb_main.c6752 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_IXSM)) igb_rx_checksum()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h590 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
H A De1000_main.c3964 if (unlikely(status & E1000_RXD_STAT_IXSM)) return; e1000_rx_checksum()

Completed in 687 milliseconds