Lines Matching defs:vmxnet3_txdesc
91 struct vmxnet3_txdesc { struct
92 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 */
103 uint32_t eop:1; /* End of packet */
104 uint32_t compreq:1; /* Completion request */
105 uint32_t pad3:1;
106 uint32_t vtag_mode:1; /* VLAN tag insertion mode */
107 uint32_t vtag:16; /* VLAN tag */