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

/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c68 enum { semaphore, buffer } interrupt_mode; member in struct:local_info_t
233 local->interrupt_mode = semaphore;
240 * Operates in one of two modes. If local->interrupt_mode is
286 switch (local->interrupt_mode) {
405 local->interrupt_mode = semaphore;
767 local->interrupt_mode = buffer;
/drivers/net/ethernet/sfc/
H A Defx.c150 static unsigned int interrupt_mode; variable
1259 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
1307 efx->interrupt_mode = EFX_INT_MODE_MSI;
1314 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
1324 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
1329 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
1341 if (efx->interrupt_mode != EFX_INT_MODE_MSIX ||
2406 efx->interrupt_mode = max(efx->type->max_interrupt_mode,
2407 interrupt_mode);
2816 module_param(interrupt_mode, uin
[all...]
H A Dnet_driver.h431 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
648 * @interrupt_mode: Interrupt mode
757 enum efx_int_mode interrupt_mode; member in struct:efx_nic
H A Dselftest.c68 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_interrupt_mode)
/drivers/scsi/
H A Dpmcraid.c464 return (pinstance->interrupt_mode) ?
490 if (!pinstance->interrupt_mode) {
516 if (!pinstance->interrupt_mode) {
541 if (!pinstance->interrupt_mode) {
1972 if (!pinstance->interrupt_mode) {
2020 if (pinstance->interrupt_mode) {
4676 if (pinstance->interrupt_mode) {
4678 pinstance->interrupt_mode = 0;
4736 pinstance->interrupt_mode = 1;
H A Dpmcraid.h744 u8 interrupt_mode; /* current interrupt mode legacy or msix */ member in struct:pmcraid_instance

Completed in 224 milliseconds