Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h320 #define OSAL_LIST_NEXT(entry, field, type) \ macro
326 entry = OSAL_LIST_NEXT(entry, field, type))
330 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL; \
333 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL)