Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.h105 #define MAX_PACKET_ALIGNMENT 31 macro
H A Ddtsec.h99 #define MAX_PACKET_ALIGNMENT 31 macro
H A Ddtsec.c81 if ((p_Dtsec->p_DtsecDriverParam)->rx_prepend > MAX_PACKET_ALIGNMENT) in CheckInitParameters()
82 …AJOR, E_INVALID_STATE, ("packetAlignmentPadding can't be greater than %d ",MAX_PACKET_ALIGNMENT )); in CheckInitParameters()