Searched refs:threshold_reply_count (Results 1 – 2 of 2) sorted by relevance
1915 instance->threshold_reply_count = instance->max_fw_cmds / 4; in megasas_init_adapter_fusion()3561 int threshold_reply_count = 0; in complete_cmd_fusion() local3665 threshold_reply_count++; in complete_cmd_fusion()3688 if (threshold_reply_count >= instance->threshold_reply_count) { in complete_cmd_fusion()3697 threshold_reply_count = 0; in complete_cmd_fusion()
2383 u32 threshold_reply_count; member