Searched refs:sizeForFragmentation (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2174 uint16_t sizeForFragmentation; /**< if length of the frame is greater than this value, CAPWAP fragmentation will be executed.*/ member in struct:t_CapwapFragmentationParams
2272 uint16_t sizeForFragmentation; /**< If length of the frame is greater than this value, member in struct:t_FmPcdManipFragIpParams
2380 uint16_t sizeForFragmentation; /**< If length of the frame is greater than this value, member in struct:t_FmPcdManipFragCapwapParams
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h518 uint16_t sizeForFragmentation; member in struct:__anon9640
H A Dfm_manip.c3230 p_Manip->sizeForFragmentation = p_ManipParams->sizeForFragmentation;
3441 tmpReg32 |= (uint32_t)p_Manip->sizeForFragmentation << 16;
3898 SANITY_CHECK_RETURN_ERROR(p_ManipParams->sizeForFragmentation != 0xFFFF,
3945 p_Manip->sizeForFragmentation = p_ManipParams->sizeForFragmentation;
3980 tmpReg32 = (uint32_t)p_Manip->sizeForFragmentation
4286 SANITY_CHECK_RETURN_ERROR(p_ManipParams->sizeForFragmentation != 0xFFFF,
4330 p_Manip->sizeForFragmentation = p_ManipParams->sizeForFragmentation;
[all...]

Completed in 100 milliseconds