Lines Matching refs:decoded
613 struct i40e_rx_ptype_decoded decoded; in ixl_ptype_to_hash() local
615 decoded = decode_rx_desc_ptype(ptype); in ixl_ptype_to_hash()
617 if (!decoded.known) in ixl_ptype_to_hash()
620 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_L2) in ixl_ptype_to_hash()
624 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) { in ixl_ptype_to_hash()
625 switch (decoded.inner_prot) { in ixl_ptype_to_hash()
634 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) { in ixl_ptype_to_hash()
635 switch (decoded.inner_prot) { in ixl_ptype_to_hash()
740 struct i40e_rx_ptype_decoded decoded; in ixl_rx_checksum() local
748 decoded = decode_rx_desc_ptype(ptype); in ixl_rx_checksum()
751 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in ixl_rx_checksum()
752 decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) { in ixl_rx_checksum()