Home
last modified time | relevance | path

Searched defs:vmxnet3_comp_ring (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmxvar.h110 struct vmxnet3_comp_ring { struct
111 union {
114 } vxcr_u;
115 u_int vxcr_next;
116 u_int vxcr_ndesc;
117 int vxcr_gen;
141 struct vmxnet3_comp_ring vxtxq_comp_ring; argument