Searched defs:Vmxnet3_RxCompDescExt (Results 1 – 1 of 1) sorted by relevance
348 struct Vmxnet3_RxCompDescExt { struct349 __le32 dword1;350 uint8 segCnt; /* Number of aggregated packets */351 uint8 dupAckCnt; /* Number of duplicate Acks */352 __le16 tsDelta; /* TCP timestamp difference */353 __le32 dword2;355 uint32 gen : 1; /* generation bit */356 uint32 type : 7; /* completion type */357 uint32 fcs : 1; /* Frame CRC correct */381 Vmxnet3_RxCompDescExt; argument