Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dpdqvar.h407 #define PDQ_OS_DATABUF_NEXT_SET(b, b1) ((b)->m_next = (b1)) macro
442 #define PDQ_OS_DATABUF_NEXT_SET(b, b1) ((b)->b_cont = (b1)) macro
H A Dpdq.c822 PDQ_OS_DATABUF_NEXT_SET(lpdu, NULL); in pdq_process_received_data()
826 PDQ_OS_DATABUF_NEXT_SET(lpdu, buffers[(completion + idx) & ring_mask]); in pdq_process_received_data()
830 PDQ_OS_DATABUF_NEXT_SET(lpdu, NULL); in pdq_process_received_data()