Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec.c141 uec->grace_stopped_tx = 1; in uec_graceful_stop_tx()
195 uec->grace_stopped_tx = 0; in uec_restart_tx()
242 if ((mode & COMM_DIR_TX) && uec->grace_stopped_tx) { in uec_open()
265 if ((mode & COMM_DIR_TX) && !uec->grace_stopped_tx) { in uec_stop()
1031 uec->grace_stopped_tx = 1; in uec_startup()
H A Duec.h729 int grace_stopped_tx; member