Searched refs:txdone (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mailbox/ |
D | mailbox.c | 119 bool txdone, resched = false; in txdone_hrtimer() local 126 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer() 127 if (txdone) in txdone_hrtimer() 443 int i, txdone; in mbox_controller_register() local 450 txdone = TXDONE_BY_IRQ; in mbox_controller_register() 452 txdone = TXDONE_BY_POLL; in mbox_controller_register() 454 txdone = TXDONE_BY_ACK; in mbox_controller_register() 456 if (txdone == TXDONE_BY_POLL) { in mbox_controller_register() 467 chan->txdone_method = txdone; in mbox_controller_register()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | digi.h | 116 unsigned long txdone; member
|
D | dgnc_tty.c | 2977 buf.txdone = 0; in dgnc_tty_ioctl() 2979 buf.txdone = 1; in dgnc_tty_ioctl()
|
/linux-4.4.14/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.4.14/drivers/net/can/usb/ |
D | esd_usb2.c | 180 struct tx_done_msg txdone; member 366 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb2_tx_done_msg() 368 if (!msg->msg.txdone.status) { in esd_usb2_tx_done_msg() 421 if (msg->msg.txdone.net >= dev->net_count) { in esd_usb2_read_bulk_callback() 426 esd_usb2_tx_done_msg(dev->nets[msg->msg.txdone.net], in esd_usb2_read_bulk_callback()
|