Searched refs:LROBytesRxOK (Results 1 – 4 of 4) sorted by relevance
45 u64 LROBytesRxOK; /* bytes from LRO pkts */ member
91 { " LRO byte rx", offsetof(struct UPT1_RxStats, LROBytesRxOK) },
91 u64 LROBytesRxOK; /* bytes from LRO pkts */ member
568 stats->LROBytesRxOK += tot_len; in vmxnet3_on_rx_done_update_stats()2366 VMSTATE_UINT64(LROBytesRxOK, struct UPT1_RxStats),