Searched refs:csum_type (Results 1 – 2 of 2) sorted by relevance
35 enum rte_comp_checksum_type csum_type; member362 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()
682 int csum_type; in hwcsum() local687 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()