Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c1912 instance->threshold_reply_count = instance->max_fw_cmds / 4; in megasas_init_adapter_fusion()
3555 int threshold_reply_count = 0; in complete_cmd_fusion() local
3659 threshold_reply_count++; in complete_cmd_fusion()
3682 if (threshold_reply_count >= instance->threshold_reply_count) { in complete_cmd_fusion()
3691 threshold_reply_count = 0; in complete_cmd_fusion()
Dmegaraid_sas.h2381 u32 threshold_reply_count; member
Dmegaraid_sas_base.c5661 instance->threshold_reply_count, in megasas_setup_irq_poll()