Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5277 int csum_type, l2hlen, l3hlen; in csum_to_ctrl() local
5333 csum_type = csum_types[x][y]; in csum_to_ctrl()
5334 MPASS(csum_type != 0); in csum_to_ctrl()
5335 if (csum_type == TX_CSUM_IP) in csum_to_ctrl()
5337 ctrl |= V_TXPKT_CSUM_TYPE(csum_type) | V_TXPKT_IPHDR_LEN(l3hlen); in csum_to_ctrl()