• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/

Lines Matching refs:t_AdOfTypeContLookup

1383         p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
1387 *(uint32_t *)&((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets;
1389 *(uint32_t *)&((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets =
1408 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
1409 tmpReg32 |= GET_UINT32(((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets);
1411 WRITE_UINT32(((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets, tmpReg32);
1431 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad;
1516 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)h_Ad;
1525 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Frag;
1564 t_AdOfTypeContLookup *p_Ad;
1578 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Frag;
2939 t_AdOfTypeContLookup *p_Ad;
2946 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
2995 t_AdOfTypeContLookup *p_Ad;
3004 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
3032 t_AdOfTypeContLookup *p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
3056 t_AdOfTypeContLookup *p_Ad;
3062 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
3199 t_AdOfTypeContLookup *p_Ad;
3216 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Frag;
3238 t_AdOfTypeContLookup *p_Ad;
3245 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
3264 t_AdOfTypeContLookup *p_Ad;
3277 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
3479 t_AdOfTypeContLookup *p_Ad;
3498 p_Ad = (t_AdOfTypeContLookup *)p_Manip->reassmParams.ip.h_Ipv4Ad;
3504 p_Ad = (t_AdOfTypeContLookup *)p_Manip->reassmParams.ip.h_Ipv6Ad;
3510 p_Ad = (t_AdOfTypeContLookup *)p_Manip->reassmParams.capwap.h_Ad;
3870 t_AdOfTypeContLookup *p_Ad;
3877 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
3903 p_Manip->fragParams.p_Frag = (t_AdOfTypeContLookup *)FM_MURAM_AllocMem(
3966 t_AdOfTypeContLookup *p_Ad;
3973 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
4032 t_AdOfTypeContLookup *p_Ad;
4060 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
4209 t_AdOfTypeContLookup *p_Ad;
4216 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
4281 t_AdOfTypeContLookup *p_Ad;
4292 p_Manip->fragParams.p_Frag = (t_AdOfTypeContLookup *)FM_MURAM_AllocMem(
4332 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
4385 t_AdOfTypeContLookup *p_Ad;
4395 p_Ad = (t_AdOfTypeContLookup *)p_Manip->h_Ad;
4902 sizeof(t_AdOfTypeContLookup));
4905 ((t_AdOfTypeContLookup *)p_Ad)->ccAdBase,
4906 GET_UINT32(((t_AdOfTypeContLookup *)p_Ad)->ccAdBase) & ~FM_PCD_MANIP_IP_CNIA);
4931 sizeof(t_AdOfTypeContLookup));
4938 sizeof(t_AdOfTypeContLookup));
4967 WRITE_UINT32(((t_AdOfTypeContLookup *)p_Ad)->ccAdBase,
4968 ((t_AdOfTypeContLookup *)(p_Manip->h_Ad))->ccAdBase);
4970 ((t_AdOfTypeContLookup *)p_Ad)->matchTblPtr,
4971 ((t_AdOfTypeContLookup *)(p_Manip->h_Ad))->matchTblPtr);
4973 ((t_AdOfTypeContLookup *)p_Ad)->pcAndOffsets,
4974 ((t_AdOfTypeContLookup *)(p_Manip->h_Ad))->pcAndOffsets);
4975 WRITE_UINT32(((t_AdOfTypeContLookup *)p_Ad)->gmask,
4976 ((t_AdOfTypeContLookup *)(p_Manip->h_Ad))->gmask);
4978 ((t_AdOfTypeContLookup *)p_Ad)->ccAdBase,
4979 (GET_UINT32(((t_AdOfTypeContLookup *)p_Ad)->ccAdBase) | adTableOffset));