Home
last modified time | relevance | path

Searched refs:tx_complete (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/drivers/usb/musb/
Dcppi_dma.h26 u32 tx_complete; member
105 struct list_head tx_complete; member
121 struct list_head tx_complete; member
Dcppi_dma.c107 musb_writel(&tx->tx_complete, 0, ptr); in cppi_reset_tx()
177 INIT_LIST_HEAD(&controller->tx_complete); in cppi_controller_start()
184 INIT_LIST_HEAD(&tx_ch->tx_complete); in cppi_controller_start()
194 INIT_LIST_HEAD(&rx_ch->tx_complete); in cppi_controller_start()
404 musb_readl(&tx->tx_complete, 0) in cppi_dump_tx()
1195 musb_writel(&tx_ram->tx_complete, 0, 0); in cppi_interrupt()
1227 musb_writel(&tx_ram->tx_complete, 0, bd->dma); in cppi_interrupt()
1431 value = musb_readl(&tx_ram->tx_complete, 0); in cppi_channel_abort()
1453 musb_writel(&tx_ram->tx_complete, 0, 1); in cppi_channel_abort()
/Linux-v4.19/drivers/acpi/
Dacpi_ipmi.c86 struct completion tx_complete; member
217 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc()
359 complete(&tx_msg->tx_complete); in ipmi_flush_tx_msg()
443 complete(&tx_msg->tx_complete); in ipmi_msg_handler()
587 wait_for_completion(&tx_msg->tx_complete); in acpi_ipmi_space_handler()
/Linux-v4.19/drivers/mailbox/
Dmailbox.c114 complete(&chan->tx_complete); in tx_tick()
275 ret = wait_for_completion_timeout(&chan->tx_complete, wait); in mbox_send_message()
351 init_completion(&chan->tx_complete); in mbox_request_channel()
Dpcc.c265 init_completion(&chan->tx_complete); in pcc_mbox_request_channel()
/Linux-v4.19/include/linux/
Dmailbox_controller.h121 struct completion tx_complete; member
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dtx.h104 unsigned tx_complete:1; member
/Linux-v4.19/drivers/net/usb/
Dcdc-phonet.c55 static void tx_complete(struct urb *req);
75 tx_complete, skb); in usbpn_xmit()
96 static void tx_complete(struct urb *req) in tx_complete() function
/Linux-v4.19/drivers/media/rc/
Dene_ir.h229 struct completion tx_complete; /* TX completion */ member
Dene_ir.c640 complete(&dev->tx_complete); in ene_tx_sample()
991 if (wait_for_completion_timeout(&dev->tx_complete, 2 * HZ) == 0) { in ene_transmit()
1066 init_completion(&dev->tx_complete); in ene_probe()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhtc-ops.h102 ar->htc_ops->tx_complete(ar, skb); in ath6kl_htc_tx_complete()
Dhtc.h339 void (*tx_complete) (struct htc_target *, struct htc_packet *); member
570 int (*tx_complete)(struct ath6kl *ar, struct sk_buff *skb); member
Dhtc_pipe.c72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion()
1600 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target()
1721 .tx_complete = ath6kl_htc_pipe_tx_complete,
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c656 bool tx_complete = false; in xemaclite_interrupt() local
678 tx_complete = true; in xemaclite_interrupt()
690 tx_complete = true; in xemaclite_interrupt()
694 if (tx_complete != 0) in xemaclite_interrupt()
/Linux-v4.19/drivers/net/ieee802154/
Dadf7242.c272 struct completion tx_complete; member
840 reinit_completion(&lp->tx_complete); in adf7242_xmit()
853 ret = wait_for_completion_interruptible_timeout(&lp->tx_complete, in adf7242_xmit()
1012 complete(&lp->tx_complete); in adf7242_isr()
1033 complete(&lp->tx_complete); in adf7242_isr()
1256 init_completion(&lp->tx_complete); in adf7242_probe()
Dcc2520.c217 struct completion tx_complete; /* Work completion for Tx */ member
528 rc = wait_for_completion_interruptible(&priv->tx_complete); in cc2520_tx()
913 complete(&priv->tx_complete); in cc2520_sfd_isr()
1106 init_completion(&priv->tx_complete); in cc2520_probe()
/Linux-v4.19/drivers/soundwire/
Dcadence_master.h136 struct completion tx_complete; member
Dcadence_master.c298 time = wait_for_completion_timeout(&cdns->tx_complete, in _cdns_xfer_msg()
338 time = wait_for_completion_timeout(&cdns->tx_complete, in cdns_program_scp_addr()
573 complete(&cdns->tx_complete); in sdw_cdns_irq()
983 init_completion(&cdns->tx_complete); in sdw_cdns_probe()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h221 bool (*tx_complete)(struct fm10k_mbx_info *); member
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c960 int tx_complete, work_done; in qlcnic_poll() local
969 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, in qlcnic_poll()
974 if (!tx_complete) in qlcnic_poll()
1950 int tx_complete; in qlcnic_83xx_msix_sriov_vf_poll() local
1961 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); in qlcnic_83xx_msix_sriov_vf_poll()
1965 if (!tx_complete) in qlcnic_83xx_msix_sriov_vf_poll()
1978 int tx_complete; in qlcnic_83xx_poll() local
1989 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); in qlcnic_83xx_poll()
1993 if (!tx_complete) in qlcnic_83xx_poll()
/Linux-v4.19/arch/arm/mach-iop13xx/include/mach/
Dadma.h78 unsigned int tx_complete:1; member
520 BUG_ON(!(byte_count.tx_complete && desc_ctrl.zero_result)); in iop_desc_get_zero_result()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dpio.c102 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete() function
210 tx_complete(queue, skb); in pio_tx_write_fragment()
/Linux-v4.19/arch/arm/include/asm/hardware/
Diop3xx-adma.h66 unsigned int tx_complete:1; member
807 iop_paranoia(!(desc_ctrl.tx_complete && desc_ctrl.zero_result_en)); in iop_desc_get_zero_result()
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_lte.c69 static void tx_complete(void *arg) in tx_complete() function
470 tx_complete, nic, idx, in gdm_lte_tx()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h399 int (*tx_complete)(struct xlgmac_dma_desc *dma_desc); member

12