Lines Matching refs:tc_offset
624 struct rtl8169_tc_offsets tc_offset; member
1635 if (tp->tc_offset.inited) in rtl8169_init_counter_offsets()
1641 tp->tc_offset.tx_errors = counters->tx_errors; in rtl8169_init_counter_offsets()
1642 tp->tc_offset.tx_multi_collision = counters->tx_multi_collision; in rtl8169_init_counter_offsets()
1643 tp->tc_offset.tx_aborted = counters->tx_aborted; in rtl8169_init_counter_offsets()
1644 tp->tc_offset.rx_missed = counters->rx_missed; in rtl8169_init_counter_offsets()
1645 tp->tc_offset.inited = true; in rtl8169_init_counter_offsets()
4809 le64_to_cpu(tp->tc_offset.tx_errors); in rtl8169_get_stats64()
4811 le32_to_cpu(tp->tc_offset.tx_multi_collision); in rtl8169_get_stats64()
4813 le16_to_cpu(tp->tc_offset.tx_aborted); in rtl8169_get_stats64()
4815 le16_to_cpu(tp->tc_offset.rx_missed); in rtl8169_get_stats64()