Searched defs:Vmxnet3_RxCompDescExt (Results 1 – 1 of 1) sorted by relevance
323 struct Vmxnet3_RxCompDescExt { struct324 __le32 dword1;325 uint8 segCnt; /* Number of aggregated packets */326 uint8 dupAckCnt; /* Number of duplicate Acks */327 __le16 tsDelta; /* TCP timestamp difference */328 __le32 dword2;330 uint32 gen : 1; /* generation bit */331 uint32 type : 7; /* completion type */332 uint32 fcs : 1; /* Frame CRC correct */356 Vmxnet3_RxCompDescExt; argument