Searched refs:E1000_RXD_STAT_TCPCS (Results 1 – 8 of 8) sorted by relevance
43 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
144 if (status_err & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS)) in igbvf_rx_checksum_adv()
75 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
613 if (!(status & (E1000_RXD_STAT_TCPCS | E1000_RXD_STAT_UDPCS))) in e1000_rx_checksum()
89 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
6817 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_TCPCS | in igb_rx_checksum()
593 #define E1000_RXD_STAT_TCPCS 0x20 /* TCP xsum calculated */ macro
3995 if (!(status & E1000_RXD_STAT_TCPCS)) in e1000_rx_checksum()3999 if (likely(status & E1000_RXD_STAT_TCPCS)) { in e1000_rx_checksum()