Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/isci/
Dhost.c1351 u8 timeout_encode = 0; in sci_controller_set_interrupt_coalescence() local
1398 timeout_encode = 0; in sci_controller_set_interrupt_coalescence()
1406 for (timeout_encode = INTERRUPT_COALESCE_TIMEOUT_ENCODE_MIN; in sci_controller_set_interrupt_coalescence()
1407 timeout_encode <= INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX; in sci_controller_set_interrupt_coalescence()
1408 timeout_encode++) { in sci_controller_set_interrupt_coalescence()
1416 timeout_encode++; in sci_controller_set_interrupt_coalescence()
1425 if (timeout_encode == INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX + 1) in sci_controller_set_interrupt_coalescence()
1431 SMU_ICC_GEN_VAL(TIMER, timeout_encode), in sci_controller_set_interrupt_coalescence()