Home
last modified time | relevance | path

Searched refs:PRS_HDR_SW_PRS_EN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1042 tmpReg |= (PRS_HDR_SW_PRS_EN | tmpPrsOffset); in AdditionalPrsParams()
1568 if (!(tmpHxs[hdrNum] & PRS_HDR_SW_PRS_EN)) in SetPcd()
1569 tmpHxs[hdrNum] |= (PRS_HDR_SW_PRS_EN | OFFLOAD_SW_PATCH_IPv4_IPR_LABEL); in SetPcd()
1571 if (!(tmpHxs[hdrNum] & PRS_HDR_SW_PRS_EN)) in SetPcd()
1572 tmpHxs[hdrNum] |= (PRS_HDR_SW_PRS_EN | OFFLOAD_SW_PATCH_IPv6_IPR_LABEL); in SetPcd()
1577 if (!(tmpHxs[hdrNum] & PRS_HDR_SW_PRS_EN)) in SetPcd()
1578 tmpHxs[hdrNum] |= (PRS_HDR_SW_PRS_EN | OFFLOAD_SW_PATCH_IPv6_IPF_LABEL); in SetPcd()
1583 if (!(tmpHxs[hdrNum] & PRS_HDR_SW_PRS_EN)) in SetPcd()
1584 tmpHxs[hdrNum] |= (PRS_HDR_SW_PRS_EN | OFFLOAD_SW_PATCH_IPv6_IPF_LABEL); in SetPcd()
1594 if (!(tmpHxs[hdrNum] & PRS_HDR_SW_PRS_EN)) in SetPcd()
[all …]
H A Dfm_port.h681 #define PRS_HDR_SW_PRS_EN 0x00000400 macro