Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
HDtgec.h221 #define MAX_PACKET_ALIGNMENT 31 macro
HDdtsec.h122 #define MAX_PACKET_ALIGNMENT 31 macro
HDdtsec.c83 if((p_Dtsec->p_DtsecDriverParam)->packetAlignmentPadding > MAX_PACKET_ALIGNMENT) in CheckInitParameters()
84 …AJOR, E_INVALID_STATE, ("packetAlignmentPadding can't be greater than %d ",MAX_PACKET_ALIGNMENT )); in CheckInitParameters()