Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1226 != !!p_PcdParams->p_CcParams)) in SetPcd()
1258 p_PcdParams->p_CcParams->h_CcTree, in SetPcd()
1264 p_FmPort->ccTreeId = p_PcdParams->p_CcParams->h_CcTree; in SetPcd()
1996 t_FmPortGetSetCcParams *p_CcParams) in FmPortGetSetCcParams() argument
2004 if ((p_CcParams->getCcParams.type & OFFSET_OF_PR) in FmPortGetSetCcParams()
2007 p_CcParams->getCcParams.prOffset = in FmPortGetSetCcParams()
2009 p_CcParams->getCcParams.type &= ~OFFSET_OF_PR; in FmPortGetSetCcParams()
2011 if (p_CcParams->getCcParams.type & HW_PORT_ID) in FmPortGetSetCcParams()
2013 p_CcParams->getCcParams.hardwarePortId = in FmPortGetSetCcParams()
2015 p_CcParams->getCcParams.type &= ~HW_PORT_ID; in FmPortGetSetCcParams()
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h2264 … t_FmPortPcdCcParams *p_CcParams; /**< Coarse classification parameters for this port */ member