print_one
print_one(qs->_present.rx_packets, "rx-packets", qs->rx_packets, &n);
print_one(qs->_present.rx_bytes, "rx-bytes", qs->rx_bytes, &n);
print_one(qs->_present.tx_packets, "tx-packets", qs->tx_packets, &n);
print_one(qs->_present.tx_bytes, "tx-bytes", qs->tx_bytes, &n);
print_one(qs->_present.rx_alloc_fail, "rx-alloc-fail",
print_one(qs->_present.rx_hw_drops, "rx-hw-drops",
print_one(qs->_present.rx_hw_drop_overruns, "rx-hw-drop-overruns",
print_one(qs->_present.rx_hw_drop_ratelimits, "rx-hw-drop-ratelimits",
print_one(qs->_present.rx_csum_complete, "rx-csum-complete",
print_one(qs->_present.rx_csum_unnecessary, "rx-csum-unnecessary",
print_one(qs->_present.rx_csum_none, "rx-csum-none",
print_one(qs->_present.rx_csum_bad, "rx-csum-bad",
print_one(qs->_present.rx_hw_gro_packets, "rx-hw-gro-packets",
print_one(qs->_present.rx_hw_gro_bytes, "rx-hw-gro-bytes",
print_one(qs->_present.rx_hw_gro_wire_packets, "rx-hw-gro-wire-packets",
print_one(qs->_present.rx_hw_gro_wire_bytes, "rx-hw-gro-wire-bytes",
print_one(qs->_present.tx_hw_drops, "tx-hw-drops",
print_one(qs->_present.tx_hw_drop_errors, "tx-hw-drop-errors",
print_one(qs->_present.tx_hw_drop_ratelimits, "tx-hw-drop-ratelimits",
print_one(qs->_present.tx_csum_none, "tx-csum-none",
print_one(qs->_present.tx_needs_csum, "tx-needs-csum",
print_one(qs->_present.tx_hw_gso_packets, "tx-hw-gso-packets",
print_one(qs->_present.tx_hw_gso_bytes, "tx-hw-gso-bytes",
print_one(qs->_present.tx_hw_gso_wire_packets, "tx-hw-gso-wire-packets",
print_one(qs->_present.tx_hw_gso_wire_bytes, "tx-hw-gso-wire-bytes",
print_one(qs->_present.tx_stop, "tx-stop", qs->tx_stop, &n);
print_one(qs->_present.tx_wake, "tx-wake", qs->tx_wake, &n);