Home
last modified time | relevance | path

Searched refs:grace_stopped_rx (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/qe/
H A Duec.c175 uec->grace_stopped_rx = 1; in uec_graceful_stop_rx()
213 uec->grace_stopped_rx = 0; in uec_restart_rx()
244 if ((mode & COMM_DIR_RX) && uec->grace_stopped_rx) { in uec_open()
268 if ((mode & COMM_DIR_RX) && !uec->grace_stopped_rx) { in uec_stop()
1029 uec->grace_stopped_rx = 1; in uec_startup()
H A Duec.h729 int grace_stopped_rx; member