Searched refs:tc_offset (Results 1 – 1 of 1) sorted by relevance
838 struct rtl8169_tc_offsets tc_offset; member2272 if (tp->tc_offset.inited) in rtl8169_init_counter_offsets()2282 tp->tc_offset.tx_errors = counters->tx_errors; in rtl8169_init_counter_offsets()2283 tp->tc_offset.tx_multi_collision = counters->tx_multi_collision; in rtl8169_init_counter_offsets()2284 tp->tc_offset.tx_aborted = counters->tx_aborted; in rtl8169_init_counter_offsets()2285 tp->tc_offset.inited = true; in rtl8169_init_counter_offsets()7778 le64_to_cpu(tp->tc_offset.tx_errors); in rtl8169_get_stats64()7780 le32_to_cpu(tp->tc_offset.tx_multi_collision); in rtl8169_get_stats64()7782 le16_to_cpu(tp->tc_offset.tx_aborted); in rtl8169_get_stats64()