Home
last modified time | relevance | path

Searched defs:Vmxnet3_RxCompDesc (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/vmxnet3/
Dvmxnet3_defs.h257 struct Vmxnet3_RxCompDesc { struct
259 u32 ext2:1;
260 u32 cnc:1; /* Checksum Not Calculated */
261 u32 rssType:4; /* RSS hash type used */
262 u32 rqID:10; /* rx queue/ring ID */
263 u32 sop:1; /* Start of Packet */
264 u32 eop:1; /* End of Packet */
265 u32 ext1:2; /* bit 0: indicating v4/v6/.. is for inner header */
267 u32 rxdIdx:12; /* Index of the RxDesc */
280 __le32 rssHash; /* RSS hash value */
[all …]