Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c6489 int was_up, is_down; in set_link_state() local
6508 was_up = !!(ppd->host_link_state & HLS_UP); in set_link_state()
6722 if (was_up && is_down && ppd->local_link_down_reason.sma == 0 && in set_link_state()