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