Home
last modified time | relevance | path

Searched refs:datapath_polling (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/accel/qaic/
H A Dqaic_drv.c77 bool datapath_polling; variable
78 module_param(datapath_polling, bool, 0400);
79 MODULE_PARM_DESC(datapath_polling, "Operate the datapath in polling mode");
540 if (datapath_polling) { in init_msi()
H A Dqaic_data.c1383 if (datapath_polling) in __qaic_execute_bo_ioctl()
1449 if (datapath_polling) { in dbc_irq_handler()
1638 if (!qdev->single_msi && likely(!datapath_polling)) in dbc_irq_threaded_fn()
1640 else if (unlikely(datapath_polling)) in dbc_irq_threaded_fn()
1645 if (!qdev->single_msi && likely(!datapath_polling)) in dbc_irq_threaded_fn()
1654 if (!qdev->single_msi && likely(!datapath_polling)) in dbc_irq_threaded_fn()
1656 else if (unlikely(datapath_polling)) in dbc_irq_threaded_fn()
H A Dqaic.h50 extern bool datapath_polling;
/linux-6.15/Documentation/accel/qaic/
H A Dqaic.rst178 **datapath_polling (bool)**