Searched refs:need_restart (Results 1 – 7 of 7) sorted by relevance
278 bool need_restart = false, last_msg; in hisi_i2c_xfer_msg() local288 need_restart = true; in hisi_i2c_xfer_msg()295 if (need_restart) { in hisi_i2c_xfer_msg()297 need_restart = false; in hisi_i2c_xfer_msg()
444 bool need_restart = false; in i2c_dw_xfer_msg() local476 need_restart = true; in i2c_dw_xfer_msg()505 if (need_restart) { in i2c_dw_xfer_msg()507 need_restart = false; in i2c_dw_xfer_msg()
51 bool need_restart; member
288 rgrp->need_restart = false; in rcar_du_group_restart()
2535 bool need_restart = false; in gsm_dlci_config() local2570 need_restart = true; in gsm_dlci_config()2572 need_restart = true; in gsm_dlci_config()2574 need_restart = true; in gsm_dlci_config()2577 need_restart = true; in gsm_dlci_config()2579 need_restart = true; in gsm_dlci_config()2581 if ((open && gsm->wait_config) || need_restart) in gsm_dlci_config()2584 need_restart = false; in gsm_dlci_config()2592 if (need_restart) { in gsm_dlci_config()3367 int need_restart = 0; in gsm_config() local[all …]
1645 int need_restart = 0; in ibmveth_change_mtu() local1657 need_restart = 1; in ibmveth_change_mtu()1670 if (need_restart) { in ibmveth_change_mtu()1677 if (need_restart && (rc = ibmveth_open(adapter->netdev))) in ibmveth_change_mtu()
1658 __field(bool, need_restart)1666 __entry->need_restart = test_bit(NFSD4_CALLBACK_REQUEUE, &cb->cb_flags);1672 __entry->need_restart ? " (need restart)" : " (first try)",