Searched defs:Vmxnet3_RxCompDesc (Results 1 – 1 of 1) sorted by relevance
235 struct Vmxnet3_RxCompDesc { struct237 u32 ext2:1;238 u32 cnc:1; /* Checksum Not Calculated */239 u32 rssType:4; /* RSS hash type used */240 u32 rqID:10; /* rx queue/ring ID */241 u32 sop:1; /* Start of Packet */242 u32 eop:1; /* End of Packet */243 u32 ext1:2;244 u32 rxdIdx:12; /* Index of the RxDesc */256 __le32 rssHash; /* RSS hash value */[all …]