Searched refs:E1000_RXD_STAT_TCPCS (Results 1 – 8 of 8) sorted by relevance
20 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
122 if (status_err & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS)) in igbvf_rx_checksum_adv()
57 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
598 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS))) in e1000_rx_checksum()
90 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
8692 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_TCPCS | in igb_rx_checksum()
565 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
3962 if (!(status & E1000_RXD_STAT_TCPCS)) in e1000_rx_checksum()3966 if (likely(status & E1000_RXD_STAT_TCPCS)) { in e1000_rx_checksum()