Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_vmxreg.h266 struct vmxnet3_txq_shared { struct
H A Dif_vmx.c202 struct vmxnet3_txq_shared *vxtxq_ts;
1078 struct vmxnet3_txq_shared *txs; in vmxnet3_set_interrupt_idx()
1326 size = sc->vmx_ntxqueues * sizeof(struct vmxnet3_txq_shared) + in vmxnet3_alloc_shared_data()
1338 (struct vmxnet3_txq_shared *) kva; in vmxnet3_alloc_shared_data()
1339 kva += sizeof(struct vmxnet3_txq_shared); in vmxnet3_alloc_shared_data()
1654 struct vmxnet3_txq_shared *txs; in vmxnet3_init_shared_data()
2064 struct vmxnet3_txq_shared *ts; in vmxnet3_evintr()