Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c247 PDMX_PKT_DROPCNT_PARAM pstDropCntDes = NULL; in DMX_adp_Ioctl() local
869 pstDropCntDes = (PDMX_PKT_DROPCNT_PARAM)buffer_arg; in DMX_adp_Ioctl()
873 pstDropCntDes->pInfo = (DMX_DropPktCnt_info*)buffer_array0; in DMX_adp_Ioctl()
881 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pstDropCntDes->u32Cnt), LEN_U32_X1); in DMX_adp_Ioctl()
886 … CPY_FROM_USER((void*)buffer_array0, (void*)(pstDropCntDes->pInfo), sizeof(DMX_DropPktCnt_info)); in DMX_adp_Ioctl()
887 pstDropCntDes->pInfo = (DMX_DropPktCnt_info*)buffer_array0; in DMX_adp_Ioctl()