Searched refs:MAX_NUM_OF_TASKS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h646 #define MAX_NUM_OF_TASKS 64 macro
H A Dfm_port.c374 || (p_FmPort->tasks.num > MAX_NUM_OF_TASKS)))
376 ("tasks.num can't be larger than %d", MAX_NUM_OF_TASKS));
3397 if ((!p_NumOfTasks->num) || (p_NumOfTasks->num > MAX_NUM_OF_TASKS))
3400 ("NumOfTasks-num can't be larger than %d", MAX_NUM_OF_TASKS));

Completed in 50 milliseconds