Searched refs:tx_complete (Results 1 - 39 of 39) sorted by relevance

/linux-4.1.27/drivers/usb/musb/
H A Dcppi_dma.h32 u32 tx_complete; member in struct:cppi_tx_stateram
108 /* use tx_complete in host role to track endpoints waiting for
111 struct list_head tx_complete; member in struct:cppi_channel
128 struct list_head tx_complete; member in struct:cppi
H A Dcppi_dma.c105 musb_writel(&tx->tx_complete, 0, ptr); cppi_reset_tx()
175 INIT_LIST_HEAD(&controller->tx_complete); cppi_controller_start()
182 INIT_LIST_HEAD(&tx_ch->tx_complete); cppi_controller_start()
192 INIT_LIST_HEAD(&rx_ch->tx_complete); cppi_controller_start()
404 musb_readl(&tx->tx_complete, 0) cppi_dump_tx()
1196 musb_writel(&tx_ram->tx_complete, 0, 0); cppi_interrupt()
1228 musb_writel(&tx_ram->tx_complete, 0, bd->dma); cppi_interrupt()
1429 value = musb_readl(&tx_ram->tx_complete, 0); cppi_channel_abort()
1447 * compare mode by writing 1 to the tx_complete register. cppi_channel_abort()
1451 musb_writel(&tx_ram->tx_complete, 0, 1); cppi_channel_abort()
/linux-4.1.27/drivers/net/usb/
H A Dcdc-phonet.c55 static void tx_complete(struct urb *req);
75 tx_complete, skb); usbpn_xmit()
96 static void tx_complete(struct urb *req) tx_complete() function
H A Dusbnet.c1186 static void tx_complete (struct urb *urb) tx_complete()
1323 skb->data, skb->len, tx_complete, skb); usbnet_start_xmit()
1185 static void tx_complete (struct urb *urb) tx_complete() function
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h102 ar->htc_ops->tx_complete(ar, skb); ath6kl_htc_tx_complete()
H A Dhtc.h339 void (*tx_complete) (struct htc_target *, struct htc_packet *); member in struct:htc_ep_callbacks
570 int (*tx_complete)(struct ath6kl *ar, struct sk_buff *skb); member in struct:ath6kl_htc_ops
H A Dhtc_pipe.c72 ep->ep_cb.tx_complete(ep->target, packet); do_send_completion()
1609 connect.ep_cb.tx_complete = htc_txctrl_complete; ath6kl_htc_pipe_wait_target()
1730 .tx_complete = ath6kl_htc_pipe_tx_complete,
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dtx.h58 * 1. To get a TX complete indication the host enables the tx_complete flag in
104 unsigned tx_complete:1; member in struct:tx_control
H A Dtx.c100 tx_hdr->control.tx_complete = 1; wl1251_tx_control()
497 wl1251_debug(DEBUG_TX, "tx_complete: reschedule tx_work"); wl1251_tx_complete()
504 wl1251_debug(DEBUG_TX, "tx_complete: waking queues"); wl1251_tx_complete()
/linux-4.1.27/include/linux/
H A Dmailbox_controller.h108 * @tx_complete: Transmission completion
120 struct completion tx_complete; member in struct:mbox_chan
/linux-4.1.27/drivers/net/ieee802154/
H A Dmrf24j40.c85 struct completion tx_complete; member in struct:mrf24j40
347 reinit_completion(&devrec->tx_complete); mrf24j40_tx()
361 &devrec->tx_complete, mrf24j40_tx()
604 complete(&devrec->tx_complete); mrf24j40_isr()
741 init_completion(&devrec->tx_complete); mrf24j40_probe()
H A Dcc2520.c202 struct completion tx_complete; /* Work completion for Tx */ member in struct:cc2520_private
499 rc = wait_for_completion_interruptible(&priv->tx_complete); cc2520_tx()
708 complete(&priv->tx_complete); cc2520_sfd_isr()
905 init_completion(&priv->tx_complete); cc2520_probe()
/linux-4.1.27/drivers/acpi/
H A Dacpi_ipmi.c90 struct completion tx_complete; member in struct:acpi_ipmi_msg
221 init_completion(&ipmi_msg->tx_complete); ipmi_msg_alloc()
363 complete(&tx_msg->tx_complete); ipmi_flush_tx_msg()
448 complete(&tx_msg->tx_complete); ipmi_msg_handler()
592 wait_for_completion(&tx_msg->tx_complete); acpi_ipmi_space_handler()
/linux-4.1.27/drivers/mailbox/
H A Dmailbox.c112 complete(&chan->tx_complete); tx_tick()
270 ret = wait_for_completion_timeout(&chan->tx_complete, wait); mbox_send_message()
341 init_completion(&chan->tx_complete); mbox_request_channel()
H A Dpcc.c135 init_completion(&chan->tx_complete); pcc_mbox_request_channel()
H A Domap-mailbox.c493 init_completion(&chan->tx_complete); omap_mbox_request_channel()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c959 int tx_complete, work_done; qlcnic_poll() local
968 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, qlcnic_poll()
973 if (!tx_complete) qlcnic_poll()
1949 int tx_complete; qlcnic_83xx_msix_sriov_vf_poll() local
1960 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); qlcnic_83xx_msix_sriov_vf_poll()
1964 if (!tx_complete) qlcnic_83xx_msix_sriov_vf_poll()
1977 int tx_complete; qlcnic_83xx_poll() local
1988 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); qlcnic_83xx_poll()
1992 if (!tx_complete) qlcnic_83xx_poll()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Dpio.c102 static void tx_complete(struct b43legacy_pioqueue *queue, tx_complete() function
210 tx_complete(queue, skb); pio_tx_write_fragment()
/linux-4.1.27/arch/arm/mach-iop13xx/include/mach/
H A Dadma.h78 unsigned int tx_complete:1; member in struct:iop13xx_adma_byte_count
520 BUG_ON(!(byte_count.tx_complete && desc_ctrl.zero_result)); iop_desc_get_zero_result()
/linux-4.1.27/drivers/media/rc/
H A Dene_ir.h234 struct completion tx_complete; /* TX completion */ member in struct:ene_device
H A Dene_ir.c645 complete(&dev->tx_complete); ene_tx_sample()
996 if (wait_for_completion_timeout(&dev->tx_complete, 2 * HZ) == 0) { ene_transmit()
1073 init_completion(&dev->tx_complete); ene_probe()
/linux-4.1.27/drivers/staging/gdm724x/
H A Dgdm_lte.c78 static void tx_complete(void *arg) tx_complete() function
482 tx_complete, nic, idx, gdm_lte_tx()
/linux-4.1.27/drivers/staging/gdm72xx/
H A Dgdm_wimax.c227 static void tx_complete(void *arg) tx_complete() function
240 ret = gdm_wimax_send_with_cb(nic, skb->data, skb->len, tx_complete, gdm_wimax_send_tx()
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Diop3xx-adma.h66 unsigned int tx_complete:1; member in struct:iop3xx_aau_desc_ctrl
807 iop_paranoia(!(desc_ctrl.tx_complete && desc_ctrl.zero_result_en)); iop_desc_get_zero_result()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h236 bool (*tx_complete)(struct fm10k_mbx_info *); member in struct:fm10k_mbx_ops
H A Dfm10k_mbx.c1589 mbx->ops.tx_complete = fm10k_mbx_tx_complete; fm10k_pfvf_mbx_init()
2134 mbx->ops.tx_complete = fm10k_mbx_tx_complete; fm10k_sm_mbx_init()
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c638 bool tx_complete = false; xemaclite_interrupt() local
660 tx_complete = true; xemaclite_interrupt()
672 tx_complete = true; xemaclite_interrupt()
676 if (tx_complete != 0) xemaclite_interrupt()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
H A Dmain.c270 bool tx_complete; alx_poll() local
273 tx_complete = alx_clean_tx_irq(alx); alx_poll()
276 if (!tx_complete || work == budget) alx_poll()
/linux-4.1.27/drivers/atm/
H A Deni.c152 static int tx_complete = 0,dma_complete = 0,queued = 0,requeued = 0, variable
1462 "tx_complete=%d,dma_complete=%d,queued=%d,requeued=%d,sub=%d,\n"
1464 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
1558 tx_complete++; eni_tasklet()
H A Dambassador.c450 static void tx_complete (amb_dev * dev, tx_out * tx) { tx_complete() function
454 PRINTD (DBG_FLOW|DBG_TX, "tx_complete %p %p", dev, tx); tx_complete()
669 tx_complete (dev, txq->out.ptr); tx_take()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_printer.c313 static void tx_complete(struct usb_ep *ep, struct usb_request *req) tx_complete() function
610 req->complete = tx_complete; printer_write()
H A Du_ether.c449 static void tx_complete(struct usb_ep *ep, struct usb_request *req) tx_complete() function
573 req->complete = tx_complete; eth_start_xmit()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2382 int tx_complete; netxen_nic_poll() local
2385 tx_complete = netxen_process_cmd_ring(adapter); netxen_nic_poll()
2389 if (!tx_complete) netxen_nic_poll()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c406 /* CAVEAT EMPTOR: I could be racing with tx_complete, but... kiblnd_handle_rx()
408 * (b) tx_waiting set tells tx_complete() it's not done. */ kiblnd_handle_rx()
868 * tx_sending is non-zero if we've not done the tx_complete()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dtx.c1008 wl1271_debug(DEBUG_TX, "tx_complete received, packets: %d", count); wlcore_tx_complete()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h496 int (*tx_complete)(struct xgbe_ring_desc *); member in struct:xgbe_hw_if
H A Dxgbe-drv.c1873 if (!hw_if->tx_complete(rdesc)) xgbe_tx_poll()
H A Dxgbe-dev.c2845 hw_if->tx_complete = xgbe_tx_complete; xgbe_init_function_ptrs_dev()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1306 /* statistics will be updated on the tx_complete */ wil_start_xmit()

Completed in 1148 milliseconds