Lines Matching defs:dca
17 #include <linux/dca.h>
128 MODULE_PARM_DESC(ioat_dca_enabled, "control support of dca service (default: 1)");
1076 static int ioat3_dma_probe(struct ioatdma_device *ioat_dma, int dca)
1101 /* dca is incompatible with raid operations */
1179 if (dca)
1180 ioat_dma->dca = ioat_dca_init(pdev, ioat_dma->reg_base);
1407 dev_err(&pdev->dev, "Removing dma and dca services\n");
1408 if (device->dca) {
1409 unregister_dca_provider(device->dca, &pdev->dev);
1410 free_dca_provider(device->dca);
1411 device->dca = NULL;