Searched refs:last_response (Results 1 – 2 of 2) sorted by relevance
253 unsigned long last_response = atomic_long_read(&inst->last_response_cmd); in check_is_responsed() local255 if (key <= last_response && (last_response - key) < (ULONG_MAX >> 1)) in check_is_responsed()
592 unsigned long last_response = fbd->last_heartbeat_response; in fbnic_fw_heartbeat_current() local595 return !time_before(last_response, last_request); in fbnic_fw_heartbeat_current()