Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.c4823 U8 timeout_encode = 0; in scic_controller_set_interrupt_coalescence() local
4868 timeout_encode = 0; in scic_controller_set_interrupt_coalescence()
4877 for ( timeout_encode = INTERRUPT_COALESCE_TIMEOUT_ENCODE_MIN; in scic_controller_set_interrupt_coalescence()
4878 timeout_encode <= INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX; in scic_controller_set_interrupt_coalescence()
4879 timeout_encode++ ) in scic_controller_set_interrupt_coalescence()
4890 timeout_encode++; in scic_controller_set_interrupt_coalescence()
4901 if ( timeout_encode == INTERRUPT_COALESCE_TIMEOUT_ENCODE_MAX+1 ) in scic_controller_set_interrupt_coalescence()
4909 SMU_ICC_GEN_VAL(TIMER, timeout_encode)) in scic_controller_set_interrupt_coalescence()