Home
last modified time | relevance | path

Searched refs:t_AdOfTypeContLookup (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c1383 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad; in UpdateManipIc()
1387 *(uint32_t *)&((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets; in UpdateManipIc()
1389 *(uint32_t *)&((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets = in UpdateManipIc()
1408 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad; in UpdateManipIc()
1409 tmpReg32 |= GET_UINT32(((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets); in UpdateManipIc()
1411 WRITE_UINT32(((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets, tmpReg32); in UpdateManipIc()
1431 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad; in UpdateInitMvIntFrameHeaderFromFrameToBufferPrefix()
1516 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad; in UpdateModifyCapwapFragmenation()
1525 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Frag; in UpdateModifyCapwapFragmenation()
1564 t_AdOfTypeContLookup *p_Ad; in UpdateInitCapwapFragmentation()
[all …]
H A Dfm_cc.h210 } t_AdOfTypeContLookup; typedef
223 volatile t_AdOfTypeContLookup adContLookup;
H A Dfm_replic.c179 t_AdOfTypeContLookup *p_SourceTd, in LinkSourceToMember()
267 t_AdOfTypeContLookup *p_SourceTd; in BuildSourceTd()
271 p_SourceTd = (t_AdOfTypeContLookup *)p_Ad; in BuildSourceTd()
H A Dfm_manip.h437 t_AdOfTypeContLookup *p_Frag;
H A Dfm_cc.c272 t_AdOfTypeContLookup *p_AdContLookup = (t_AdOfTypeContLookup *)h_Ad; in FillAdOfTypeContLookup()