Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmxvar.h143 struct vmxnet3_txq_shared *vxtxq_ts;
H A Dif_vmxreg.h269 struct vmxnet3_txq_shared { struct
H A Dif_vmx.c778 struct vmxnet3_txq_shared *txs; in vmxnet3_set_interrupt_idx()
1223 size = sc->vmx_ntxqueues * sizeof(struct vmxnet3_txq_shared) + in vmxnet3_alloc_shared_data()
1234 sc->vmx_txq[i].vxtxq_ts = (struct vmxnet3_txq_shared *) kva; in vmxnet3_alloc_shared_data()
1235 kva += sizeof(struct vmxnet3_txq_shared); in vmxnet3_alloc_shared_data()
1590 struct vmxnet3_txq_shared *txs; in vmxnet3_init_shared_data()
1873 struct vmxnet3_txq_shared *ts; in vmxnet3_evintr()