Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h997 typedef enum e_FmPcdHdrIndex { enum
1004 } e_FmPcdHdrIndex; typedef
1511e_FmPcdHdrIndex hdrIndex; /**< Relevant only for MPLS, VLAN and tunneled
1586e_FmPcdHdrIndex hdrIndex; /**< Relevant only for MPLS, VLAN and tunneled
2132e_FmPcdHdrIndex hdrIndex; /**< Relevant only for MPLS, VLAN and tunneled…
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c194 static uint8_t GetGenHdrCode(e_NetHeaderType hdr, e_FmPcdHdrIndex hdrIndex, bool ignoreProtocolVali… in GetGenHdrCode()
300 …(e_NetHeaderType hdr, t_FmPcdFields field, bool ignoreProtocolValidation, e_FmPcdHdrIndex hdrIndex) in GetGenFieldCode()
421 static t_KnownFieldsMasks GetKnownProtMask(t_FmPcd *p_FmPcd, e_NetHeaderType hdr, e_FmPcdHdrIndex i… in GetKnownProtMask()
H A Dfm_cc.c1753 static uint8_t GetFullFieldParseCode(e_NetHeaderType hdr, e_FmPcdHdrIndex index, in GetFullFieldParseCode()
2015 static uint8_t GetPrParseCode(e_NetHeaderType hdr, e_FmPcdHdrIndex hdrIndex, in GetPrParseCode()
2115 e_FmPcdHdrIndex hdrIndex) in GetFieldParseCode()
H A Dfm_manip.c312 e_FmPcdHdrIndex hdrIndex = p_HdrInfo->hdrIndex; in GetPrOffsetByHeaderOrField()