Searched refs:E1000_RXD_STAT_IXSM (Results 1 – 8 of 8) sorted by relevance
17 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
109 if ((status_err & E1000_RXD_STAT_IXSM) || in igbvf_rx_checksum_adv()
54 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
583 if (status & E1000_RXD_STAT_IXSM) in e1000_rx_checksum()
87 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
8514 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_IXSM)) in igb_rx_checksum()
565 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
3955 if (unlikely(status & E1000_RXD_STAT_IXSM)) in e1000_rx_checksum()