Searched refs:E1000_RXD_STAT_TCPCS (Results 1 – 8 of 8) sorted by relevance
44 #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
614 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
6741 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
3972 if (!(status & E1000_RXD_STAT_TCPCS)) in e1000_rx_checksum()3976 if (likely(status & E1000_RXD_STAT_TCPCS)) { in e1000_rx_checksum()