Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
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()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c7093 int was_up; in handle_link_down() local
7103 was_up = !!(ppd->host_link_state & HLS_UP); in handle_link_down()
7107 if (was_up) { in handle_link_down()
7153 if (was_up && ppd->local_link_down_reason.sma == 0 && in handle_link_down()