Searched refs:E1000_RXD_STAT_TCPCS (Results 1 – 6 of 6) sorted by relevance
105 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
3833 if (status_err & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS)) in igb_rx_checksum_adv()
86 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
133 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS))) in e1000_rx_checksum()137 if (status & E1000_RXD_STAT_TCPCS) { in e1000_rx_checksum()
3937 if (!(status & E1000_RXD_STAT_TCPCS)) in e1000_rx_checksum()3940 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS))) in e1000_rx_checksum()3944 if (likely(status & E1000_RXD_STAT_TCPCS)) { in e1000_rx_checksum()
666 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro