Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2935 int csum_type = -1; in csum_to_ctrl() local
2938 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()