Searched refs:MAX_INTER_PACKET_GAP (Results 1 – 3 of 3) sorted by relevance
106 #define MAX_INTER_PACKET_GAP 0x7f macro
100 #define MAX_INTER_PACKET_GAP 0x7f macro
83 if (((p_Dtsec->p_DtsecDriverParam)->non_back_to_back_ipg1 > MAX_INTER_PACKET_GAP) || in CheckInitParameters()84 ((p_Dtsec->p_DtsecDriverParam)->non_back_to_back_ipg2 > MAX_INTER_PACKET_GAP) || in CheckInitParameters()85 ((p_Dtsec->p_DtsecDriverParam)->back_to_back_ipg > MAX_INTER_PACKET_GAP)) in CheckInitParameters()86 …RROR(MAJOR, E_INVALID_STATE, ("Inter packet gap can't be greater than %d ",MAX_INTER_PACKET_GAP )); in CheckInitParameters()