Searched refs:E1000_RXD_STAT_IXSM (Results 1 – 8 of 8) sorted by relevance
41 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
131 if ((status_err & E1000_RXD_STAT_IXSM) || in igbvf_rx_checksum_adv()
72 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
603 if (status & E1000_RXD_STAT_IXSM) in e1000_rx_checksum()
86 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
6716 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_IXSM)) in igb_rx_checksum()
590 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
3964 if (unlikely(status & E1000_RXD_STAT_IXSM)) return; in e1000_rx_checksum()