Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dsynclink_gt.c344 #define BH_TRANSMIT 2 macro
1835 } else if (info->pending_bh & BH_TRANSMIT) { in bh_action()
1836 info->pending_bh &= ~BH_TRANSMIT; in bh_action()
1837 rc = BH_TRANSMIT; in bh_action()
1885 case BH_TRANSMIT: in bh_handler()
1956 info->pending_bh |= BH_TRANSMIT; in cts_change()
2162 info->pending_bh |= BH_TRANSMIT; in isr_tdma()
2241 info->pending_bh |= BH_TRANSMIT; in isr_txeom()