Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c184 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()
306 p_ReplicGroup->p_SourceTd, in BuildShadowAndModifyDescriptor()
543 if (p_ReplicGroup->p_SourceTd) in DeleteGroup()
546 p_ReplicGroup->p_SourceTd = NULL; in DeleteGroup()
609 return (p_ReplicGroup->p_SourceTd); in FrmReplicGroupGetSourceTableDescriptor()
725 p_ReplicGroup->p_SourceTd = in FM_PCD_FrmReplicSetGroup()
729 if (!p_ReplicGroup->p_SourceTd) in FM_PCD_FrmReplicSetGroup()
[all …]
H A Dfm_replic.h94 …void *p_SourceTd; /**< pointer to the frame replicator source table des… member