Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2174 …uint16_t sizeForFragmentation; /**< if length of the frame is greater than th… member
2272 …uint16_t sizeForFragmentation; /**< If length of the frame is greater than th… member
2380 …uint16_t sizeForFragmentation; /**< If length of the frame is greater than th… member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h518 uint16_t sizeForFragmentation; member
H A Dfm_manip.c3230 p_Manip->sizeForFragmentation = p_ManipParams->sizeForFragmentation; in CapwapFragmentation()
3441 tmpReg32 |= (uint32_t)p_Manip->sizeForFragmentation << 16; in InsrtHdrByTempl()
3898 SANITY_CHECK_RETURN_ERROR(p_ManipParams->sizeForFragmentation != 0xFFFF, in IpFragmentation()
3945 p_Manip->sizeForFragmentation = p_ManipParams->sizeForFragmentation; in IpFragmentation()
3980 tmpReg32 = (uint32_t)p_Manip->sizeForFragmentation in IPManip()
4286 SANITY_CHECK_RETURN_ERROR(p_ManipParams->sizeForFragmentation != 0xFFFF, in CapwapFragmentation()
4330 p_Manip->sizeForFragmentation = p_ManipParams->sizeForFragmentation; in CapwapFragmentation()
4336 tmpReg32 = (uint32_t)p_Manip->sizeForFragmentation in CapwapFragmentation()