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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h350 #define OSAL_LIST_NEXT(entry, field, type) \ macro
356 entry = OSAL_LIST_NEXT(entry, field, type))
360 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL; \
363 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL)

Completed in 100 milliseconds