Home
last modified time | relevance | path

Searched refs:lcv (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.h239 uint32_t lcv; /**< LCV */ member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h443 volatile uint32_t lcv; /**< Line-up Enable Confirmation Mask */ member
H A Dfm_port.c1084 uint32_t lcv, walking1Mask = 0x80000000; in FmPortCheckNApplyMacsec() local
1097 if ((lcv = FmPcdGetMacsecLcv(p_FmPort->h_FmPcd, p_FmPort->netEnvId)) in FmPortCheckNApplyMacsec()
1100 while (!(lcv & walking1Mask)) in FmPortCheckNApplyMacsec()
1602 p_FmPort->p_FmPortPrsRegs->hdrs[i].lcv, in SetPcd()