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

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

Completed in 56 milliseconds