Lines Matching defs:prot_id
566 enum ice_prot_id prot_id = ICE_PROT_ID_INVAL;
578 prot_id = seg == 0 ? ICE_PROT_MAC_OF_OR_S : ICE_PROT_MAC_IL;
581 prot_id = seg == 0 ? ICE_PROT_ETYPE_OL : ICE_PROT_ETYPE_IL;
584 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL;
587 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL;
591 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL;
603 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL;
615 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL;
619 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL;
624 prot_id = ICE_PROT_TCP_IL;
628 prot_id = ICE_PROT_UDP_IL_OR_S;
632 prot_id = ICE_PROT_SCTP_IL;
639 prot_id = ICE_PROT_ARP_OF;
644 prot_id = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) ?
651 prot_id = ICE_PROT_GRE_OF;
662 flds[fld].xtrct.prot_id = (u8)prot_id;
682 flds[sib].xtrct.prot_id == ICE_PROT_ID_INVAL ||
698 params->es[idx].prot_id = (u8)prot_id;
929 params->es[i].prot_id = ICE_PROT_INVALID;