Home
last modified time | relevance | path

Searched refs:vtntx_vq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h71 struct virtqueue *vq = txq->vtntx_vq; in vtnet_netmap_txsync()
357 struct virtqueue *txvq = txq->vtntx_vq; in vtnet_netmap_intr()
389 return virtqueue_size(sc->vtnet_txqs[0].vtntx_vq) / div; in vtnet_netmap_tx_slots()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c1041 vtnet_tx_vq_intr, txq, &txq->vtntx_vq, in vtnet_alloc_virtqueues()
1052 VQ_ALLOC_INFO_INIT(&info[idx+1], 0, NULL, txq, &txq->vtntx_vq, in vtnet_alloc_virtqueues()
1100 struct virtqueue *vq = sc->vtnet_txqs[0].vtntx_vq; in vtnet_setup_interface()
2281 threshold = virtqueue_size(txq->vtntx_vq) / 4; in vtnet_txq_intr_threshold()
2299 vq = txq->vtntx_vq; in vtnet_txq_below_threshold()
2309 vq = txq->vtntx_vq; in vtnet_txq_notify()
2343 vq = txq->vtntx_vq; in vtnet_txq_free_mbufs()
2528 vq = txq->vtntx_vq; in vtnet_txq_enqueue_buf()
2628 vq = txq->vtntx_vq; in vtnet_start_locked()
2695 vq = txq->vtntx_vq; in vtnet_txq_mq_start_locked()
[all …]
H A Dif_vtnetvar.h113 struct virtqueue *vtntx_vq; member