Searched refs:TXDONE_BY_POLL (Results 1 – 3 of 3) sorted by relevance
88 if (!err && (chan->txdone_method & TXDONE_BY_POLL)) in msg_submit()351 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in mbox_request_channel()415 if (chan->txdone_method == (TXDONE_BY_POLL | TXDONE_BY_ACK)) in mbox_free_channel()416 chan->txdone_method = TXDONE_BY_POLL; in mbox_free_channel()452 txdone = TXDONE_BY_POLL; in mbox_controller_register()456 if (txdone == TXDONE_BY_POLL) { in mbox_controller_register()
137 if (chan->txdone_method == TXDONE_BY_POLL && cl->knows_txdone) in pcc_mbox_request_channel()162 if (chan->txdone_method == (TXDONE_BY_POLL | TXDONE_BY_ACK)) in pcc_mbox_free_channel()163 chan->txdone_method = TXDONE_BY_POLL; in pcc_mbox_free_channel()
11 #define TXDONE_BY_POLL BIT(1) /* controller can read status of last TX */ macro