Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pdq/
HDpdq_freebsd.h180 #define PDQ_OS_DATABUF_NEXT_SET(b, b1) ((b)->m_next = (b1)) macro
HDpdqvar.h204 #define PDQ_OS_DATABUF_NEXT_SET(b, b1) ((b)->m_next = (b1)) macro
HDpdq.c778 PDQ_OS_DATABUF_NEXT_SET(lpdu, NULL); in pdq_process_received_data()
782 PDQ_OS_DATABUF_NEXT_SET(lpdu, buffers[(completion + idx) & ring_mask]); in pdq_process_received_data()
786 PDQ_OS_DATABUF_NEXT_SET(lpdu, NULL); in pdq_process_received_data()