Home
last modified time | relevance | path

Searched refs:csum_type (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c751 int csum_type; in hwcsum() local
756 csum_type = TX_CSUM_TCPIP; in hwcsum()
759 csum_type = TX_CSUM_UDPIP; in hwcsum()
768 if (likely(csum_type >= TX_CSUM_TCPIP)) { in hwcsum()
776 return V_TXPKT_CSUM_TYPE(csum_type) | hdr_len; in hwcsum()