Lines Matching refs:tc_offset
620 struct rtl8169_tc_offsets tc_offset; member
1585 if (tp->tc_offset.inited) in rtl8169_init_counter_offsets()
1592 tp->tc_offset.tx_errors = counters->tx_errors; in rtl8169_init_counter_offsets()
1593 tp->tc_offset.tx_multi_collision = counters->tx_multi_collision; in rtl8169_init_counter_offsets()
1594 tp->tc_offset.tx_aborted = counters->tx_aborted; in rtl8169_init_counter_offsets()
1595 tp->tc_offset.rx_missed = counters->rx_missed; in rtl8169_init_counter_offsets()
1598 tp->tc_offset.inited = true; in rtl8169_init_counter_offsets()
4769 le64_to_cpu(tp->tc_offset.tx_errors); in rtl8169_get_stats64()
4771 le32_to_cpu(tp->tc_offset.tx_multi_collision); in rtl8169_get_stats64()
4773 le16_to_cpu(tp->tc_offset.tx_aborted); in rtl8169_get_stats64()
4775 le16_to_cpu(tp->tc_offset.rx_missed); in rtl8169_get_stats64()