Searched refs:csum_type (Results 1 – 1 of 1) sorted by relevance
2935 int csum_type = -1; in csum_to_ctrl() local2938 csum_type = TX_CSUM_TCPIP; in csum_to_ctrl()2941 csum_type = TX_CSUM_TCPIP6; in csum_to_ctrl()2944 csum_type = TX_CSUM_UDPIP; in csum_to_ctrl()2947 csum_type = TX_CSUM_UDPIP6; in csum_to_ctrl()2953 ASSERT(csum_type != -1); in csum_to_ctrl()2955 ctrl |= V_TXPKT_CSUM_TYPE(csum_type); in csum_to_ctrl()