Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c430 fbd->last_heartbeat_response = req_time - HZ; in fbnic_fw_xmit_ownership_msg()
602 fbd->last_heartbeat_response = jiffies; in fbnic_fw_parse_ownership_resp()
616 fbd->last_heartbeat_response = jiffies; in fbnic_fw_parse_heartbeat_resp()
649 unsigned long last_response = fbd->last_heartbeat_response; in fbnic_fw_heartbeat_current()
H A Dfbnic.h50 unsigned long last_heartbeat_response; member