Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_cdc.c310 conn->out_of_sync = 1; /* prevent any further receives */ in smc_cdc_msg_validate()
455 if (!conn || conn->out_of_sync) in smc_cdc_rx_handler()
H A Dsmc.h243 u8 out_of_sync : 1; /* out of sync with peer */ member
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c1404 int out_of_sync; in tegra_dc_dp_sink_out_of_sync() local
1413 out_of_sync = !(dpcd_data & DP_SINK_STATUS_PORT0_IN_SYNC); in tegra_dc_dp_sink_out_of_sync()
1414 if (out_of_sync) in tegra_dc_dp_sink_out_of_sync()
1419 return out_of_sync; in tegra_dc_dp_sink_out_of_sync()