Searched refs:RDC_REMOTE_BUF (Results 1 – 2 of 2) sorted by relevance
344 #define RDC_REMOTE_BUF 0x8 /* buffer alloc'd for remote io only */ macro350 #define RDC_REMOTE(h) (((h) != NULL) && ((h)->rdc_flags & RDC_REMOTE_BUF) && \
1234 h->rdc_flags |= RDC_REMOTE_BUF; in _rdc_alloc_buf()1259 h->rdc_flags |= RDC_REMOTE_BUF; in _rdc_alloc_buf()1304 if (h->rdc_flags & (RDC_REMOTE_BUF|RDC_VEC_ALLOC)) { in _rdc_free_buf()1308 h->rdc_flags &= ~(RDC_REMOTE_BUF|RDC_VEC_ALLOC); in _rdc_free_buf()