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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 274 milliseconds