Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dshm_ipc.c90 complete(&ipc->tx_completion); in qtnf_shm_ipc_irq_outbound_handler()
127 init_completion(&ipc->tx_completion); in qtnf_shm_ipc_init()
134 complete_all(&ipc->tx_completion); in qtnf_shm_ipc_free()
165 if (!wait_for_completion_timeout(&ipc->tx_completion, in qtnf_shm_ipc_send()
Dshm_ipc.h63 struct completion tx_completion; member
/Linux-v4.19/drivers/staging/most/
Dcore.h273 int (*tx_completion)(struct most_interface *iface, int channel_idx); member
Dcore.c955 if (c->pipe0.refs && c->pipe0.comp->tx_completion) in arm_mbo()
956 c->pipe0.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
958 if (c->pipe1.refs && c->pipe1.comp->tx_completion) in arm_mbo()
959 c->pipe1.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
/Linux-v4.19/drivers/staging/most/cdev/
Dcdev.c500 .tx_completion = comp_tx_completion,
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c729 .tx_completion = audio_tx_completion,
/Linux-v4.19/drivers/staging/most/net/
Dnet.c503 .tx_completion = comp_resume_tx_channel,