Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/isci/
Dhost.c1400 u8 timeout_encode = 0; in sci_controller_set_interrupt_coalescence() local
1447 timeout_encode = 0; in sci_controller_set_interrupt_coalescence()
1455 for (timeout_encode = INTERRUPT_COALESCE_TIMEOUT_ENCODE_MIN; in sci_controller_set_interrupt_coalescence()
1456 timeout_encode <= INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX; in sci_controller_set_interrupt_coalescence()
1457 timeout_encode++) { in sci_controller_set_interrupt_coalescence()
1465 timeout_encode++; in sci_controller_set_interrupt_coalescence()
1474 if (timeout_encode == INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX + 1) in sci_controller_set_interrupt_coalescence()
1480 SMU_ICC_GEN_VAL(TIMER, timeout_encode), in sci_controller_set_interrupt_coalescence()