Searched refs:TXDONE_BY_POLL (Results 1 – 2 of 2) sorted by relevance
83 if (!err && (chan->txdone_method & TXDONE_BY_POLL)) { in msg_submit()336 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in __mbox_bind_client()487 chan->txdone_method = TXDONE_BY_POLL; in mbox_free_channel()523 txdone = TXDONE_BY_POLL; in mbox_controller_register()527 if (txdone == TXDONE_BY_POLL) { in mbox_controller_register()
9 #define TXDONE_BY_POLL BIT(1) /* controller can read status of last TX */ macro