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