Searched defs:Vmxnet3_RxCompDescExt (Results 1 – 2 of 2) sorted by relevance
295 struct Vmxnet3_RxCompDescExt { struct296 __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 …]
290 struct Vmxnet3_RxCompDescExt { struct291 __le32 dword1;292 u8 segCnt; /* Number of aggregated packets */293 u8 dupAckCnt; /* Number of duplicate Acks */294 __le16 tsDelta; /* TCP timestamp difference */295 __le32 dword2;297 u32 gen:1; /* generation bit */298 u32 type:7; /* completion type */299 u32 fcs:1; /* Frame CRC correct */300 u32 frg:1; /* IP Fragment */[all …]