Home
last modified time | relevance | path

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

/drivers/scsi/isci/
Dhost.c1353 u8 timeout_encode = 0; in sci_controller_set_interrupt_coalescence() local
1400 timeout_encode = 0; in sci_controller_set_interrupt_coalescence()
1408 for (timeout_encode = INTERRUPT_COALESCE_TIMEOUT_ENCODE_MIN; in sci_controller_set_interrupt_coalescence()
1409 timeout_encode <= INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX; in sci_controller_set_interrupt_coalescence()
1410 timeout_encode++) { in sci_controller_set_interrupt_coalescence()
1418 timeout_encode++; in sci_controller_set_interrupt_coalescence()
1427 if (timeout_encode == INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX + 1) in sci_controller_set_interrupt_coalescence()
1433 SMU_ICC_GEN_VAL(TIMER, timeout_encode), in sci_controller_set_interrupt_coalescence()