Searched refs:prot_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
H A Dice_flow.c565 enum ice_prot_id prot_id = ICE_PROT_ID_INVAL; local
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;
604 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL;
617 prot_id = seg == 0 ? ICE_PROT_IPV4_OF_OR_S : ICE_PROT_IPV4_IL;
621 prot_id = seg == 0 ? ICE_PROT_IPV6_OF_OR_S : ICE_PROT_IPV6_IL;
626 prot_id
[all...]
H A Dice_flex_type.h41 u8 prot_id; member in struct:ice_fv_word
624 u8 prot_id; member in struct:ice_match_fld::__anon13201
H A Dice_flow.h222 u8 prot_id; /* Protocol ID of extracted header field */ member in struct:ice_flow_seg_xtrct
H A Dice_dcb.c452 dcbcfg->app[i].prot_id = (buf[offset + 1] << 0x8) |
630 dcbcfg->app[i].prot_id = NTOHS(app->protocol);
1084 dcbcfg->app[app_index].prot_id = ice_app_prot_id_type;
1431 buf[offset + 1] = (dcbcfg->app[i].prot_id >> 0x8) & 0xFF;
1432 buf[offset + 2] = dcbcfg->app[i].prot_id & 0xFF;
H A Dice_flex_pipe.c1496 /* in the profile that not be used, the prot_id is set to 0xff
1500 if (fv->ew[j].prot_id != ICE_PROT_INVALID ||
1683 if (fv->ew[i].prot_id == (u8)ICE_PROT_UDP_OF &&
1688 if (fv->ew[i].prot_id == (u8)ICE_PROT_GRE_OF)
1793 if (fv->ew[j].prot_id == prot_ids[i])
1858 if (fv->ew[i].prot_id == ICE_PROT_INVALID &&
2487 *prot = fv_ext[fv_idx].prot_id;
H A Dice_type.h698 u16 prot_id; member in struct:ice_dcb_app_priority_table
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-isakmp.c186 uint8_t prot_id; /* Protocol */ member in struct:ikev1_pl_p
275 uint8_t prot_id; /* Protocol-ID */ member in struct:ikev1_pl_n
315 uint8_t prot_id; /* Protocol-Id */ member in struct:ikev1_pl_d
340 uint8_t prot_id; /* Protocol */ member in struct:ikev2_p
392 uint8_t prot_id; /* Protocol-ID */ member in struct:ikev2_n
1085 prop.p_no, PROTOIDSTR(prop.prot_id), prop.num_t));
1096 prop.prot_id, depth);
1712 proto = n.prot_id;
1819 proto = d.prot_id;
2009 prop.p_no, PROTOIDSTR(prop.prot_id),
[all...]

Completed in 195 milliseconds