Home
last modified time | relevance | path

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

/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c35 enum rte_comp_checksum_type csum_type; member
362 xfrm->csum_type = xform->compress.chksum; in mlx5_compress_xform_create()
377 xfrm->csum_type = xform->decompress.chksum; in mlx5_compress_xform_create()
384 "type = %d.", xfrm->gga_ctrl1, xfrm->opcode, xfrm->csum_type); in mlx5_compress_xform_create()
631 switch (xform->csum_type) { in mlx5_compress_dequeue_burst()
/dpdk/drivers/net/cxgbe/
H A Dsge.c682 int csum_type; in hwcsum() local
687 csum_type = TX_CSUM_TCPIP; in hwcsum()
690 csum_type = TX_CSUM_UDPIP; in hwcsum()
699 if (likely(csum_type >= TX_CSUM_TCPIP)) { in hwcsum()
707 return V_TXPKT_CSUM_TYPE(csum_type) | hdr_len; in hwcsum()