Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/qaic/
H A Dqaic_drv.c38 bool datapath_polling; variable
39 module_param(datapath_polling, bool, 0400);
40 MODULE_PARM_DESC(datapath_polling, "Operate the datapath in polling mode");
465 if (datapath_polling) { in init_msi()
H A Dqaic.h31 extern bool datapath_polling;
H A Dqaic_data.c1379 if (datapath_polling) in __qaic_execute_bo_ioctl()
1624 if (likely(!datapath_polling)) in dbc_irq_threaded_fn()
1631 if (likely(!datapath_polling)) in dbc_irq_threaded_fn()
1640 if (likely(!datapath_polling)) in dbc_irq_threaded_fn()
/openbmc/linux/Documentation/accel/qaic/
H A Dqaic.rst144 **datapath_polling (bool)**