Searched defs:vmxnet3_rxdesc (Results 1 – 1 of 1) sorted by relevance
124 struct vmxnet3_rxdesc { struct125 uint64_t addr;127 uint32_t len:14;128 uint32_t btype:1; /* Buffer type */129 uint32_t dtype:1; /* Descriptor type */130 uint32_t rsvd:15;131 uint32_t gen:1;133 uint32_t pad1:32;