Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Dbcm_osal.h352 #define OSAL_LIST_NEXT(entry, field, type) \ macro
358 entry = OSAL_LIST_NEXT(entry, field, type))
362 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL; \
365 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL)