Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_vmx.c400 static bool vmxnet3_txq_eof(struct vmxnet3_txqueue *, u_int);
2118 vmxnet3_txq_eof(struct vmxnet3_txqueue *txq, u_int limit) in vmxnet3_txq_eof() function
2542 txmore = vmxnet3_txq_eof(txq, txlimit); in vmxnet3_legacy_intr()
2582 txmore = vmxnet3_txq_eof(txq, txlimit); in vmxnet3_txrxq_intr()
2623 txmore = vmxnet3_txq_eof(txq, txlimit); in vmxnet3_handle_queue()