Home
last modified time | relevance | path

Searched refs:MAX_PHYS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h130 #define MAX_PHYS 32 /* maximum number of phys */ macro
H A Ddtsec.c96 if (p_Dtsec->p_DtsecDriverParam->tbipa > MAX_PHYS) in CheckInitParameters()
97 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, ("PHY address (should be 0-%d)", MAX_PHYS)); in CheckInitParameters()