Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dqt202x_phy.c390 bool was_up = efx->link_state.up; in qt202x_phy_poll() local
400 return efx->link_state.up != was_up; in qt202x_phy_poll()
Dtxc43128_phy.c495 bool was_up = efx->link_state.up; in txc43128_phy_poll() local
512 return efx->link_state.up != was_up; in txc43128_phy_poll()
/drivers/infiniband/hw/hfi1/
Dchip.c6924 int was_up; in handle_link_down() local
6934 was_up = !!(ppd->host_link_state & HLS_UP); in handle_link_down()
6937 if (was_up) { in handle_link_down()
6983 if (was_up && ppd->local_link_down_reason.sma == 0 && in handle_link_down()