Searched refs:extPoolReg (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4039 uint32_t extPoolReg; local
4054 extPoolReg = GET_UINT32(p_FmPort->p_FmPortBmiRegs->rxPortBmiRegs.fmbm_ebmpi[i]);
4055 if (extPoolReg & BMI_EXT_BUF_POOL_VALID)
4057 tmpPool = (uint8_t)((extPoolReg & BMI_EXT_BUF_POOL_ID_MASK) >> BMI_EXT_BUF_POOL_ID_SHIFT);
4060 if(extPoolReg & BMI_EXT_BUF_POOL_EN_COUNTER)
4077 uint32_t extPoolReg; local
4090 extPoolReg = GET_UINT32(p_FmPort->p_FmPortBmiRegs->rxPortBmiRegs.fmbm_ebmpi[i]);
4091 if (extPoolReg & BMI_EXT_BUF_POOL_VALID)
4093 tmpPool = (uint8_t)((extPoolReg & BMI_EXT_BUF_POOL_ID_MASK) >> BMI_EXT_BUF_POOL_ID_SHIFT);
4096 if(extPoolReg
[all...]

Completed in 116 milliseconds