Searched refs:ADA_FLAG_CAN_DMA (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/cam/ata/
H A Data_da.c92 ADA_FLAG_CAN_DMA = 0x00000010, enumerator in enum:__anon7569
1551 softc->flags |= ADA_FLAG_CAN_DMA;
1553 softc->flags &= ~ADA_FLAG_CAN_DMA;
2340 if (softc->flags & ADA_FLAG_CAN_DMA) {
2476 /*protocol*/ softc->flags & ADA_FLAG_CAN_DMA ?
2504 /*protocol*/ softc->flags & ADA_FLAG_CAN_DMA ?
2532 /*protocol*/ softc->flags & ADA_FLAG_CAN_DMA ?
2560 /*protocol*/ softc->flags & ADA_FLAG_CAN_DMA ?

Completed in 78 milliseconds