Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2780 vtnet_txq_tq_deferred(void *xtxq, int pending __unused) in vtnet_txq_tq_deferred() argument
2785 txq = xtxq; in vtnet_txq_tq_deferred()
2815 vtnet_txq_tq_intr(void *xtxq, int pending __unused) in vtnet_txq_tq_intr() argument
2821 txq = xtxq; in vtnet_txq_tq_intr()
2870 vtnet_tx_vq_intr(void *xtxq) in vtnet_tx_vq_intr() argument
2876 txq = xtxq; in vtnet_tx_vq_intr()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c715 xn_txq_tq_deferred(void *xtxq, int pending) in xn_txq_tq_deferred() argument
717 struct netfront_txq *txq = xtxq; in xn_txq_tq_deferred()