Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp201 bool new_link_up = ntohl(status_response->link_status.link_status) & in poll_simple() local
203 if (!link_up_ || new_link_up != *link_up_) in poll_simple()
205 CPRINT("[NCSI link {}]\n", new_link_up ? "up" : "down"); in poll_simple()
206 link_up_ = new_link_up; in poll_simple()