Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/usb/musb/
Dcppi_dma.h26 u32 tx_complete; member
105 struct list_head tx_complete; member
121 struct list_head tx_complete; member
/linux-6.6.21/drivers/acpi/
Dacpi_ipmi.c73 struct completion tx_complete; member
204 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc()
346 complete(&tx_msg->tx_complete); in ipmi_flush_tx_msg()
428 complete(&tx_msg->tx_complete); in ipmi_msg_handler()
570 wait_for_completion(&tx_msg->tx_complete); in acpi_ipmi_space_handler()
/linux-6.6.21/include/linux/
Dmailbox_controller.h122 struct completion tx_complete; member
/linux-6.6.21/drivers/net/usb/
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-6.6.21/drivers/net/wireless/ti/wl1251/
Dtx.h90 unsigned tx_complete:1; member
Dtx.c86 tx_hdr->control.tx_complete = 1; in wl1251_tx_control()
/linux-6.6.21/drivers/mailbox/
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-6.6.21/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c639 bool tx_complete = false; in xemaclite_interrupt() local
660 tx_complete = true; in xemaclite_interrupt()
671 tx_complete = true; in xemaclite_interrupt()
675 if (tx_complete != 0) in xemaclite_interrupt()
/linux-6.6.21/drivers/tty/serial/8250/
D8250_exar.c213 bool tx_complete = false; in exar_shutdown() local
222 tx_complete = true; in exar_shutdown()
224 tx_complete = false; in exar_shutdown()
226 } while (!uart_circ_empty(xmit) && !tx_complete && i++ < 1000); in exar_shutdown()
/linux-6.6.21/drivers/net/ieee802154/
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()
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-6.6.21/drivers/media/rc/
Dene_ir.h220 struct completion tx_complete; /* TX completion */ member
Dene_ir.c630 complete(&dev->tx_complete); in ene_tx_sample()
981 if (wait_for_completion_timeout(&dev->tx_complete, 2 * HZ) == 0) { in ene_transmit()
1056 init_completion(&dev->tx_complete); in ene_probe()
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Dhtc-ops.h102 ar->htc_ops->tx_complete(ar, skb); in ath6kl_htc_tx_complete()
Dhtc.h346 void (*tx_complete) (struct htc_target *, struct htc_packet *); member
577 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()
1597 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target()
1718 .tx_complete = ath6kl_htc_pipe_tx_complete,
/linux-6.6.21/drivers/soundwire/
Dcadence_master.h134 struct completion tx_complete; member
Dcadence_master.c660 time = wait_for_completion_timeout(&cdns->tx_complete, in _cdns_xfer_msg()
705 time = wait_for_completion_timeout(&cdns->tx_complete, in cdns_program_scp_addr()
934 complete(&cdns->tx_complete); in sdw_cdns_irq()
1745 init_completion(&cdns->tx_complete); in sdw_cdns_probe()
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h221 bool (*tx_complete)(struct fm10k_mbx_info *); member
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c962 int tx_complete, work_done; in qlcnic_poll() local
971 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, in qlcnic_poll()
976 if (!tx_complete) in qlcnic_poll()
1951 int tx_complete; in qlcnic_83xx_msix_sriov_vf_poll() local
1962 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); in qlcnic_83xx_msix_sriov_vf_poll()
1966 if (!tx_complete) in qlcnic_83xx_msix_sriov_vf_poll()
1979 int tx_complete; in qlcnic_83xx_poll() local
1990 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); in qlcnic_83xx_poll()
1994 if (!tx_complete) in qlcnic_83xx_poll()
/linux-6.6.21/drivers/soc/fsl/qe/
Dqmc.c168 void (*tx_complete)(void *context); member
347 xfer_desc->tx_complete = complete; in qmc_chan_write_submit()
397 complete = xfer_desc->tx_complete; in qmc_chan_write_done()
399 xfer_desc->tx_complete = NULL; in qmc_chan_write_done()
710 xfer_desc->tx_complete = NULL; in qmc_chan_reset_tx()
/linux-6.6.21/drivers/net/wireless/broadcom/b43legacy/
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-6.6.21/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-6.6.21/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h400 int (*tx_complete)(struct xlgmac_dma_desc *dma_desc); member
/linux-6.6.21/drivers/usb/gadget/function/
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()

12