Searched refs:txdone (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/mailbox/ |
D | mailbox.c | 118 bool txdone, resched = false; in poll_txdone() local 125 txdone = chan->mbox->ops->last_tx_done(chan); in poll_txdone() 126 if (txdone) in poll_txdone() 406 int i, txdone; in mbox_controller_register() local 413 txdone = TXDONE_BY_IRQ; in mbox_controller_register() 415 txdone = TXDONE_BY_POLL; in mbox_controller_register() 417 txdone = TXDONE_BY_ACK; in mbox_controller_register() 419 if (txdone == TXDONE_BY_POLL) { in mbox_controller_register() 430 chan->txdone_method = txdone; in mbox_controller_register()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | digi.h | 116 unsigned long txdone; member
|
D | dgnc_tty.c | 3041 buf.txdone = 0; in dgnc_tty_ioctl() 3043 buf.txdone = 1; in dgnc_tty_ioctl()
|
/linux-4.1.27/drivers/net/wan/ |
D | ixp4xx_hss.c | 331 int tx, txdone, rx, rxfree; member 799 while ((n_desc = queue_get_desc(queue_ids[port->id].txdone, in hss_hdlc_txdone_irq() 940 err = qmgr_request_queue(queue_ids[port->id].txdone, TX_DESCS, 0, 0, in request_hdlc_queues() 963 qmgr_release_queue(queue_ids[port->id].txdone); in release_hdlc_queues() 1086 qmgr_set_irq(queue_ids[port->id].txdone, QUEUE_IRQ_SRC_NOT_EMPTY, in hss_hdlc_open() 1088 qmgr_enable_irq(queue_ids[port->id].txdone); in hss_hdlc_open() 1153 qmgr_disable_irq(queue_ids[port->id].txdone); in hss_hdlc_close()
|
/linux-4.1.27/drivers/net/can/usb/ |
D | esd_usb2.c | 180 struct tx_done_msg txdone; member 369 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg() 371 if (!msg->msg.txdone.status) { in esd_usb2_tx_done_msg() 424 if (msg->msg.txdone.net >= dev->net_count) { in esd_usb2_read_bulk_callback() 429 esd_usb2_tx_done_msg(dev->nets[msg->msg.txdone.net], in esd_usb2_read_bulk_callback()
|