Searched refs:txdone (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dixp4xx_hss.c328 int tx, txdone, rx, rxfree; member in struct:__anon13525
793 while ((n_desc = queue_get_desc(queue_ids[port->id].txdone,
934 err = qmgr_request_queue(queue_ids[port->id].txdone, TX_DESCS, 0, 0,
957 qmgr_release_queue(queue_ids[port->id].txdone);
1078 qmgr_set_irq(queue_ids[port->id].txdone, QUEUE_IRQ_SRC_NOT_EMPTY,
1080 qmgr_enable_irq(queue_ids[port->id].txdone);
1145 qmgr_disable_irq(queue_ids[port->id].txdone);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/usb/
H A Desd_usb2.c178 struct tx_done_msg txdone; member in union:esd_usb2_msg::__anon12530
366 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)];
368 if (!msg->msg.txdone.status) {
416 esd_usb2_tx_done_msg(dev->nets[msg->msg.txdone.net],
778 /* hnd must not be 0 - MSB is stripped in txdone handling */

Completed in 62 milliseconds