Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dsynclink_gt.c343 #define BH_TRANSMIT 2 macro
1834 } else if (info->pending_bh & BH_TRANSMIT) { in bh_action()
1835 info->pending_bh &= ~BH_TRANSMIT; in bh_action()
1836 rc = BH_TRANSMIT; in bh_action()
1884 case BH_TRANSMIT: in bh_handler()
1955 info->pending_bh |= BH_TRANSMIT; in cts_change()
2161 info->pending_bh |= BH_TRANSMIT; in isr_tdma()
2240 info->pending_bh |= BH_TRANSMIT; in isr_txeom()