Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dvmxnet3_defs.h295 struct Vmxnet3_RxCompDescExt { struct
296 __le32 dword1;
297 u8 segCnt; /* Number of aggregated packets */
298 u8 dupAckCnt; /* Number of duplicate Acks */
299 __le16 tsDelta; /* TCP timestamp difference */
300 __le32 dword2;
302 u32 gen:1; /* generation bit */
303 u32 type:7; /* completion type */
304 u32 fcs:1; /* Frame CRC correct */
305 u32 frg:1; /* IP Fragment */
[all …]
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
Dvmxnet3_defs.h322 struct Vmxnet3_RxCompDescExt { struct
323 __le32 dword1;
324 u8 segCnt; /* Number of aggregated packets */
325 u8 dupAckCnt; /* Number of duplicate Acks */
326 __le16 tsDelta; /* TCP timestamp difference */
327 __le32 dword2;
329 u32 gen:1; /* generation bit */
330 u32 type:7; /* completion type */
331 u32 fcs:1; /* Frame CRC correct */
332 u32 frg:1; /* IP Fragment */
[all …]