Searched refs:TXDONE_BY_POLL (Results 1 – 2 of 2) sorted by relevance
86 if (!err && (chan->txdone_method & TXDONE_BY_POLL)) { in msg_submit()339 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in __mbox_bind_client()500 chan->txdone_method = TXDONE_BY_POLL; in mbox_free_channel()536 txdone = TXDONE_BY_POLL; in mbox_controller_register()540 if (txdone == TXDONE_BY_POLL) { in mbox_controller_register()
7 #define TXDONE_BY_POLL BIT(1) /* controller can read status of last TX */ macro