Searched refs:TX_CSUM_TCPIP (Results 1 – 3 of 3) sorted by relevance
1094 csum_type = TX_CSUM_TCPIP; in hwcsum()1119 if (likely(csum_type >= TX_CSUM_TCPIP)) in hwcsum()1304 cntrl = (TXPKT_CSUM_TYPE(v6 ? TX_CSUM_TCPIP6 : TX_CSUM_TCPIP) | in t4vf_eth_xmit()
1042 csum_type = TX_CSUM_TCPIP; in hwcsum()1066 if (likely(csum_type >= TX_CSUM_TCPIP)) in hwcsum()1230 cntrl = TXPKT_CSUM_TYPE(v6 ? TX_CSUM_TCPIP6 : TX_CSUM_TCPIP) | in t4_eth_xmit()
158 TX_CSUM_TCPIP = 8, enumerator