Home
last modified time | relevance | path

Searched refs:txdone (Results 1 – 5 of 5) sorted by relevance

/drivers/mailbox/
Dmailbox.c122 bool txdone, resched = false; in txdone_hrtimer() local
129 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
130 if (txdone) in txdone_hrtimer()
446 int i, txdone; in mbox_controller_register() local
453 txdone = TXDONE_BY_IRQ; in mbox_controller_register()
455 txdone = TXDONE_BY_POLL; in mbox_controller_register()
457 txdone = TXDONE_BY_ACK; in mbox_controller_register()
459 if (txdone == TXDONE_BY_POLL) { in mbox_controller_register()
470 chan->txdone_method = txdone; in mbox_controller_register()
/drivers/net/wan/
Dixp4xx_hss.c331 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()
/drivers/staging/dgnc/
Ddigi.h116 unsigned long txdone; member
Ddgnc_tty.c2874 buf.txdone = 0; in dgnc_tty_ioctl()
2876 buf.txdone = 1; in dgnc_tty_ioctl()
/drivers/net/can/usb/
Desd_usb2.c180 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()
423 if (msg->msg.txdone.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
428 esd_usb2_tx_done_msg(dev->nets[msg->msg.txdone.net], in esd_usb2_read_bulk_callback()