Home
last modified time | relevance | path

Searched refs:tx_completion (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dshm_ipc.c76 complete(&ipc->tx_completion); in qtnf_shm_ipc_irq_outbound_handler()
113 init_completion(&ipc->tx_completion); in qtnf_shm_ipc_init()
120 complete_all(&ipc->tx_completion); in qtnf_shm_ipc_free()
151 if (!wait_for_completion_timeout(&ipc->tx_completion, in qtnf_shm_ipc_send()
Dshm_ipc.h48 struct completion tx_completion; member
/Linux-v5.4/drivers/staging/most/
Dcore.h274 int (*tx_completion)(struct most_interface *iface, int channel_idx); member
Dcore.c935 if (c->pipe0.refs && c->pipe0.comp->tx_completion) in arm_mbo()
936 c->pipe0.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
938 if (c->pipe1.refs && c->pipe1.comp->tx_completion) in arm_mbo()
939 c->pipe1.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
/Linux-v5.4/drivers/staging/most/net/
Dnet.c504 .tx_completion = comp_resume_tx_channel,
/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c501 .tx_completion = comp_tx_completion,
/Linux-v5.4/drivers/staging/most/sound/
Dsound.c789 .tx_completion = audio_tx_completion,