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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dnet_driver.h391 STRING_TABLE_LOOKUP(efx->interrupt_mode, efx_interrupt_mode)
405 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
635 * @interrupt_mode: Interrupt mode
719 enum efx_int_mode interrupt_mode; member in struct:efx_nic
H A Defx.c165 static unsigned int interrupt_mode; variable
1016 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
1056 efx->interrupt_mode = EFX_INT_MODE_MSI;
1063 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
1073 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
1078 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
2104 efx->interrupt_mode = max(efx->type->max_interrupt_mode,
2105 interrupt_mode);
2454 module_param(interrupt_mode, uint, 0444);
2455 MODULE_PARM_DESC(interrupt_mode,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c69 enum { semaphore, buffer } interrupt_mode; member in struct:local_info_t
234 local->interrupt_mode = semaphore;
241 * Operates in one of two modes. If local->interrupt_mode is
287 switch (local->interrupt_mode) {
406 local->interrupt_mode = semaphore;
768 local->interrupt_mode = buffer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
1965 if (!pinstance->interrupt_mode) {
2013 if (pinstance->interrupt_mode) {
4667 if (pinstance->interrupt_mode) {
4669 pinstance->interrupt_mode = 0;
4726 pinstance->interrupt_mode = 1;
H A Dpmcraid.h733 u8 interrupt_mode; /* current interrupt mode legacy or msix */ member in struct:pmcraid_instance

Completed in 63 milliseconds