Searched refs:E1000_RXD_STAT_IXSM (Results 1 – 11 of 11) 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
587 if (status & E1000_RXD_STAT_IXSM) in e1000_rx_checksum()
87 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
8696 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_IXSM)) in igb_rx_checksum()
840 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
974 desc.status |= E1000_RXD_STAT_EOP | E1000_RXD_STAT_IXSM; in e1000_receive_iov()
500 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
562 #define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */ macro
3956 if (unlikely(status & E1000_RXD_STAT_IXSM)) in e1000_rx_checksum()