Home
last modified time | relevance | path

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

/drivers/media/platform/amphion/
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()
/drivers/net/ethernet/meta/fbnic/
A Dfbnic_fw.c716 unsigned long last_response = fbd->last_heartbeat_response; in fbnic_fw_heartbeat_current() local
719 return !time_before(last_response, last_request); in fbnic_fw_heartbeat_current()

Completed in 9 milliseconds