Home
last modified time | relevance | path

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

12

/linux/drivers/usb/musb/
H A Dcppi_dma.h26 u32 tx_complete; member
105 struct list_head tx_complete; member
121 struct list_head tx_complete; member
/linux/drivers/acpi/
H A Dacpi_ipmi.c76 struct completion tx_complete; member
207 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc()
349 complete(&tx_msg->tx_complete); in ipmi_flush_tx_msg()
431 complete(&tx_msg->tx_complete); in ipmi_msg_handler()
575 wait_for_completion(&tx_msg->tx_complete); in acpi_ipmi_space_handler()
/linux/drivers/bluetooth/
H A Dbtmtk.h210 usb_complete_t tx_complete);
273 usb_complete_t tx_complete) in alloc_mtk_intr_urb() argument
H A Dbtmtk.c1033 usb_complete_t tx_complete) in alloc_mtk_intr_urb() argument
1053 skb->data, skb->len, tx_complete, in alloc_mtk_intr_urb()
/linux/drivers/net/usb/
H A Dcdc-phonet.c42 static void tx_complete(struct urb *req);
62 tx_complete, skb); in usbpn_xmit()
83 static void tx_complete(struct urb *req) in tx_complete() function
/linux/drivers/mailbox/
H A Dmailbox.c115 complete(&chan->tx_complete); in tx_tick()
281 ret = wait_for_completion_timeout(&chan->tx_complete, wait); in mbox_send_message()
337 init_completion(&chan->tx_complete); in __mbox_bind_client()
/linux/include/linux/
H A Dmailbox_controller.h122 struct completion tx_complete; member
/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.h90 unsigned tx_complete:1; member
H A Dtx.c86 tx_hdr->control.tx_complete = 1; in wl1251_tx_control()
/linux/drivers/net/ieee802154/
H A Dadf7242.c271 struct completion tx_complete; member
839 reinit_completion(&lp->tx_complete); in adf7242_xmit()
852 ret = wait_for_completion_interruptible_timeout(&lp->tx_complete, in adf7242_xmit()
1013 complete(&lp->tx_complete); in adf7242_isr()
1034 complete(&lp->tx_complete); in adf7242_isr()
1251 init_completion(&lp->tx_complete); in adf7242_probe()
H A Dcc2520.c211 struct completion tx_complete; /* Work completion for Tx */ member
520 rc = wait_for_completion_interruptible(&priv->tx_complete); in cc2520_tx()
905 complete(&priv->tx_complete); in cc2520_sfd_isr()
1064 init_completion(&priv->tx_complete); in cc2520_probe()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h346 void (*tx_complete) (struct htc_target *, struct htc_packet *); member
577 int (*tx_complete)(struct ath6kl *ar, struct sk_buff *skb); member
H A Dhtc-ops.h102 ar->htc_ops->tx_complete(ar, skb); in ath6kl_htc_tx_complete()
H A Dhtc_pipe.c72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion()
1596 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target()
1717 .tx_complete = ath6kl_htc_pipe_tx_complete,
/linux/drivers/media/rc/
H A Dene_ir.h220 struct completion tx_complete; /* TX completion */ member
H A Dene_ir.c627 complete(&dev->tx_complete); in ene_tx_sample()
978 if (wait_for_completion_timeout(&dev->tx_complete, 2 * HZ) == 0) { in ene_transmit()
1053 init_completion(&dev->tx_complete); in ene_probe()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c961 int tx_complete, work_done; in qlcnic_poll() local
970 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, in qlcnic_poll()
975 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/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h221 bool (*tx_complete)(struct fm10k_mbx_info *); member
H A Dfm10k_mbx.c1617 mbx->ops.tx_complete = fm10k_mbx_tx_complete; in fm10k_pfvf_mbx_init()
2176 mbx->ops.tx_complete = fm10k_mbx_tx_complete; in fm10k_sm_mbx_init()
/linux/drivers/tty/serial/8250/
H A D8250_exar.c479 bool tx_complete = false; in exar_shutdown() local
488 tx_complete = true; in exar_shutdown()
490 tx_complete = false; in exar_shutdown()
493 !tx_complete && i++ < 1000); in exar_shutdown()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c89 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete() function
197 tx_complete(queue, skb); in pio_tx_write_fragment()
/linux/drivers/soc/fsl/qe/
H A Dqmc.c199 void (*tx_complete)(void *context); member
473 xfer_desc->tx_complete = complete; in qmc_chan_write_submit()
523 complete = xfer_desc->tx_complete; in qmc_chan_write_done()
525 xfer_desc->tx_complete = NULL; in qmc_chan_write_done()
1175 xfer_desc->tx_complete = NULL; in qmc_chan_reset_tx()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h400 int (*tx_complete)(struct xlgmac_dma_desc *dma_desc); member
/linux/drivers/usb/gadget/function/
H A Du_ether.c406 static void tx_complete(struct usb_ep *ep, struct usb_request *req) in tx_complete() function
556 req->complete = tx_complete; in eth_start_xmit()
H A Df_printer.c314 static void tx_complete(struct usb_ep *ep, struct usb_request *req) in tx_complete() function
639 req->complete = tx_complete; in printer_write()

12