Searched refs:csum_type (Results 1 – 1 of 1) sorted by relevance
5468 int csum_type, l2hlen, l3hlen; in csum_to_ctrl() local5524 csum_type = csum_types[x][y]; in csum_to_ctrl()5525 MPASS(csum_type != 0); in csum_to_ctrl()5526 if (csum_type == TX_CSUM_IP) in csum_to_ctrl()5528 ctrl |= V_TXPKT_CSUM_TYPE(csum_type) | V_TXPKT_IPHDR_LEN(l3hlen); in csum_to_ctrl()