Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1097 if (RDC_IS_BMP(rfd) || RDC_IS_QUE(rfd)) in _rdc_alloc_buf()
1463 int bmp = RDC_IS_BMP(rfd);
1573 if ((RDC_IS_BMP(rfd)) || RDC_IS_QUE(rfd)) in _rdc_attach()
H A Drdc_io.h604 #define RDC_IS_BMP(rdc) ((rdc)->rdc_type == RDC_BMP) macro