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.c420 qemu_bh_schedule(q->tx_bh); in virtio_net_set_status()
426 qemu_bh_cancel(q->tx_bh); in virtio_net_set_status()
2669 if (q->tx_bh) { in virtio_net_tx_complete()
2670 qemu_bh_schedule(q->tx_bh); in virtio_net_tx_complete()
2832 qemu_bh_schedule(q->tx_bh); in virtio_net_handle_tx_bh()
2915 qemu_bh_schedule(q->tx_bh); in virtio_net_tx_bh()
2929 qemu_bh_schedule(q->tx_bh); in virtio_net_tx_bh()
2952 n->vqs[index].tx_bh = qemu_bh_new_guarded(virtio_net_tx_bh, &n->vqs[index], in virtio_net_add_queue()
2973 qemu_bh_delete(q->tx_bh); in virtio_net_del_queue()
2974 q->tx_bh = NULL; in virtio_net_del_queue()