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