/linux-4.1.27/drivers/usb/musb/ |
H A D | cppi_dma.h | 32 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 D | cppi_dma.c | 105 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 D | cdc-phonet.c | 55 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 D | usbnet.c | 1186 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 D | htc-ops.h | 102 ar->htc_ops->tx_complete(ar, skb); ath6kl_htc_tx_complete()
|
H A D | htc.h | 339 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 D | htc_pipe.c | 72 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 D | tx.h | 58 * 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 D | tx.c | 100 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 D | mailbox_controller.h | 108 * @tx_complete: Transmission completion 120 struct completion tx_complete; member in struct:mbox_chan
|
/linux-4.1.27/drivers/net/ieee802154/ |
H A D | mrf24j40.c | 85 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 D | cc2520.c | 202 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 D | acpi_ipmi.c | 90 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 D | mailbox.c | 112 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 D | pcc.c | 135 init_completion(&chan->tx_complete); pcc_mbox_request_channel()
|
H A D | omap-mailbox.c | 493 init_completion(&chan->tx_complete); omap_mbox_request_channel()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 959 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 D | pio.c | 102 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 D | adma.h | 78 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 D | ene_ir.h | 234 struct completion tx_complete; /* TX completion */ member in struct:ene_device
|
H A D | ene_ir.c | 645 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 D | gdm_lte.c | 78 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 D | gdm_wimax.c | 227 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 D | iop3xx-adma.h | 66 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 D | fm10k_mbx.h | 236 bool (*tx_complete)(struct fm10k_mbx_info *); member in struct:fm10k_mbx_ops
|
H A D | fm10k_mbx.c | 1589 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 D | xilinx_emaclite.c | 638 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 D | main.c | 270 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 D | eni.c | 152 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 D | ambassador.c | 450 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 D | f_printer.c | 313 static void tx_complete(struct usb_ep *ep, struct usb_request *req) tx_complete() function 610 req->complete = tx_complete; printer_write()
|
H A D | u_ether.c | 449 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 D | netxen_nic_main.c | 2382 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 D | o2iblnd_cb.c | 406 /* 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 D | tx.c | 1008 wl1271_debug(DEBUG_TX, "tx_complete received, packets: %d", count); wlcore_tx_complete()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 496 int (*tx_complete)(struct xgbe_ring_desc *); member in struct:xgbe_hw_if
|
H A D | xgbe-drv.c | 1873 if (!hw_if->tx_complete(rdesc)) xgbe_tx_poll()
|
H A D | xgbe-dev.c | 2845 hw_if->tx_complete = xgbe_tx_complete; xgbe_init_function_ptrs_dev()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 1306 /* statistics will be updated on the tx_complete */ wil_start_xmit()
|