Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dvmxnet3_defs.h232 struct Vmxnet3_RxCompDesc { struct
234 u32 ext2:1;
235 u32 cnc:1; /* Checksum Not Calculated */
236 u32 rssType:4; /* RSS hash type used */
237 u32 rqID:10; /* rx queue/ring ID */
238 u32 sop:1; /* Start of Packet */
239 u32 eop:1; /* End of Packet */
240 u32 ext1:2;
241 u32 rxdIdx:12; /* Index of the RxDesc */
253 __le32 rssHash; /* RSS hash value */
[all …]
/kernel/linux/linux-4.19/drivers/net/vmxnet3/
Dvmxnet3_defs.h227 struct Vmxnet3_RxCompDesc { struct
229 u32 ext2:1;
230 u32 cnc:1; /* Checksum Not Calculated */
231 u32 rssType:4; /* RSS hash type used */
232 u32 rqID:10; /* rx queue/ring ID */
233 u32 sop:1; /* Start of Packet */
234 u32 eop:1; /* End of Packet */
235 u32 ext1:2;
236 u32 rxdIdx:12; /* Index of the RxDesc */
248 __le32 rssHash; /* RSS hash value */
[all …]