Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c179 t_AdOfTypeContLookup *p_SourceTd, in LinkSourceToMember() argument
184 ASSERT_COND(p_SourceTd); in LinkSourceToMember()
192 WRITE_UINT32(p_SourceTd->matchTblPtr, in LinkSourceToMember()
267 t_AdOfTypeContLookup *p_SourceTd; in BuildSourceTd() local
271 p_SourceTd = (t_AdOfTypeContLookup *)p_Ad; in BuildSourceTd()
273 IOMemSet32((uint8_t*)p_SourceTd, 0, FM_PCD_CC_AD_ENTRY_SIZE); in BuildSourceTd()
276 WRITE_UINT32(p_SourceTd->ccAdBase, FM_PCD_AD_CONT_LOOKUP_TYPE); in BuildSourceTd()
277 WRITE_UINT32(p_SourceTd->pcAndOffsets, FRM_REPLIC_SOURCE_TD_OPCODE); in BuildSourceTd()
306 p_ReplicGroup->p_SourceTd, in BuildShadowAndModifyDescriptor()
543 if (p_ReplicGroup->p_SourceTd) in DeleteGroup()
[all …]
H A Dfm_replic.h94 …void *p_SourceTd; /**< pointer to the frame replicator source table des… member