Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1204 h->rdc_flags |= RDC_ALLOC; in _rdc_alloc_buf()
1288 if (h->rdc_flags & RDC_ALLOC) { in _rdc_free_buf()
1292 h->rdc_flags &= ~(RDC_ALLOC); in _rdc_free_buf()
H A Drdc_io.h342 #define RDC_ALLOC 0x2 /* rdc_bufp is nsc_buf_alloc'd */ macro