Searched defs:vmxnet3_tx_ctx (Results 1 – 1 of 1) sorted by relevance
217 struct vmxnet3_tx_ctx { struct218 bool ipv4;219 bool ipv6;220 u16 mss;221 u32 eth_ip_hdr_size; /* only valid for pkts requesting tso or csum224 u32 l4_hdr_size; /* only valid if mss != 0 */225 u32 copy_size; /* # of bytes copied into the data ring */226 union Vmxnet3_GenericDesc *sop_txd;227 union Vmxnet3_GenericDesc *eop_txd;