Home
last modified time | relevance | path

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

/qemu/include/hw/virtio/
H A Dvirtio-net.h158 QEMUBH *tx_bh; member
/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()
2710 if (q->tx_bh) { in virtio_net_tx_complete()
2711 replay_bh_schedule_event(q->tx_bh); in virtio_net_tx_complete()
2877 replay_bh_schedule_event(q->tx_bh); in virtio_net_handle_tx_bh()
2960 replay_bh_schedule_event(q->tx_bh); in virtio_net_tx_bh()
2974 replay_bh_schedule_event(q->tx_bh); in virtio_net_tx_bh()
2997 n->vqs[index].tx_bh = qemu_bh_new_guarded(virtio_net_tx_bh, &n->vqs[index], in virtio_net_add_queue()
3018 qemu_bh_delete(q->tx_bh); in virtio_net_del_queue()
3019 q->tx_bh = NULL; in virtio_net_del_queue()