Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c114 #define BH_TRANSMIT 2 macro
747 } else if (info->pending_bh & BH_TRANSMIT) { in bh_action()
748 info->pending_bh &= ~BH_TRANSMIT; in bh_action()
749 rc = BH_TRANSMIT; in bh_action()
791 case BH_TRANSMIT: in bh_handler()
992 info->pending_bh |= BH_TRANSMIT; in tx_done()
1035 info->pending_bh |= BH_TRANSMIT; in tx_ready()
1065 info->pending_bh |= BH_TRANSMIT; in cts_change()
/Linux-v5.15/drivers/tty/
Dsynclink_gt.c348 #define BH_TRANSMIT 2 macro
1839 } else if (info->pending_bh & BH_TRANSMIT) { in bh_action()
1840 info->pending_bh &= ~BH_TRANSMIT; in bh_action()
1841 rc = BH_TRANSMIT; in bh_action()
1889 case BH_TRANSMIT: in bh_handler()
1960 info->pending_bh |= BH_TRANSMIT; in cts_change()
2166 info->pending_bh |= BH_TRANSMIT; in isr_tdma()
2245 info->pending_bh |= BH_TRANSMIT; in isr_txeom()