Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2316 p_FmPort->p_FmPortBmiRegs = in FM_PORT_Config()
2403 WRITE_UINT32( p_FmPort->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tfp, in FM_PORT_Config()
2738 …(GET_UINT32(p_FmPort->p_FmPortBmiRegs->ohPortBmiRegs.fmbm_ofsdm) | GET_UINT32(p_FmPort->p_FmPortBm… in FM_PORT_Init()
2742 …(GET_UINT32(p_FmPort->p_FmPortBmiRegs->rxPortBmiRegs.fmbm_rfsdm) | GET_UINT32(p_FmPort->p_FmPortBm… in FM_PORT_Init()
3728 WRITE_UINT32(p_FmPort->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tpfcm[0], in FM_PORT_SetPfcPrioritiesMappingToQmanWQ()
4483 &p_FmPort->p_FmPortBmiRegs->rxPortBmiRegs.fmbm_rfqid; in FM_PORT_VSPAlloc()
4484 p_BmiVspe = &p_FmPort->p_FmPortBmiRegs->rxPortBmiRegs.fmbm_rpp; in FM_PORT_VSPAlloc()
4494 &p_FmPort->p_FmPortBmiRegs->ohPortBmiRegs.fmbm_ofqid; in FM_PORT_VSPAlloc()
4495 p_BmiVspe = &p_FmPort->p_FmPortBmiRegs->ohPortBmiRegs.fmbm_opp; in FM_PORT_VSPAlloc()
6310 …WRITE_UINT32(p_FmPortTx->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tcfg, GET_UINT32(p_FmPortTx->p_FmPort…
[all …]
H A Dfm_port_im.c370 WRITE_UINT32(p_FmPort->p_FmPortBmiRegs->rxPortBmiRegs.fmbm_rfqid, in FmPortImInit()
432 WRITE_UINT32(p_FmPort->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tcfqid, in FmPortImInit()
H A Dfm_port.h891 u_FmPortBmiRegs *p_FmPortBmiRegs; member