Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_cmds.c253 unsigned long last_response = atomic_long_read(&inst->last_response_cmd); in check_is_responsed() local
255 if (key <= last_response && (last_response - key) < (ULONG_MAX >> 1)) in check_is_responsed()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c592 unsigned long last_response = fbd->last_heartbeat_response; in fbnic_fw_heartbeat_current() local
595 return !time_before(last_response, last_request); in fbnic_fw_heartbeat_current()