Home
last modified time | relevance | path

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

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