Home
last modified time | relevance | path

Searched refs:tx_bh (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h158 QEMUBH *tx_bh; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c421 replay_bh_schedule_event(q->tx_bh); in virtio_net_set_status()
427 qemu_bh_cancel(q->tx_bh); in virtio_net_set_status()
2714 if (q->tx_bh) { in virtio_net_tx_complete()
2715 replay_bh_schedule_event(q->tx_bh); in virtio_net_tx_complete()
2881 replay_bh_schedule_event(q->tx_bh); in virtio_net_tx_timer()
2964 replay_bh_schedule_event(q->tx_bh); in virtio_net_tx_bh()
2978 replay_bh_schedule_event(q->tx_bh); in virtio_net_add_queue()
3001 n->vqs[index].tx_bh = qemu_bh_new_guarded(virtio_net_tx_bh, &n->vqs[index],
3022 qemu_bh_delete(q->tx_bh); in virtio_net_change_num_queue_pairs()
3023 q->tx_bh in virtio_net_change_num_queue_pairs()
[all...]