Searched defs:vmxnet3_txdesc (Results 1 – 1 of 1) sorted by relevance
91 struct vmxnet3_txdesc { struct92 uint64_t addr;94 uint32_t len:14;95 uint32_t gen:1; /* Generation */96 uint32_t pad1:1;97 uint32_t dtype:1; /* Descriptor type */98 uint32_t pad2:1;99 uint32_t offload_pos:14; /* Offloading position */101 uint32_t hlen:10; /* Header len */102 uint32_t offload_mode:2; /* Offloading mode */[all …]