Lines Matching refs:EXTRACT_64BITS

1617 	ND_PRINT((ndo, "\n\t dpid 0x%016" PRIx64, EXTRACT_64BITS(cp)));  in of10_features_reply_print()
1660 ND_PRINT((ndo, "\n\t cookie 0x%016" PRIx64, EXTRACT_64BITS(cp))); in of10_flow_mod_print()
1928 ND_PRINT((ndo, ", cookie 0x%016" PRIx64, EXTRACT_64BITS(cp))); in of10_flow_stats_reply_print()
1932 ND_PRINT((ndo, ", packet_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_flow_stats_reply_print()
1936 ND_PRINT((ndo, ", byte_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_flow_stats_reply_print()
1965 ND_PRINT((ndo, "\n\t packet_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_aggregate_stats_reply_print()
1969 ND_PRINT((ndo, ", byte_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_aggregate_stats_reply_print()
2027 ND_PRINT((ndo, ", lookup_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_table_stats_reply_print()
2031 ND_PRINT((ndo, ", matched_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_table_stats_reply_print()
2072 ND_PRINT((ndo, ", rx_packets %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2076 ND_PRINT((ndo, ", tx_packets %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2080 ND_PRINT((ndo, ", rx_bytes %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2084 ND_PRINT((ndo, ", tx_bytes %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2088 ND_PRINT((ndo, ", rx_dropped %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2092 ND_PRINT((ndo, ", tx_dropped %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2096 ND_PRINT((ndo, ", rx_errors %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2100 ND_PRINT((ndo, ", tx_errors %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2104 ND_PRINT((ndo, ", rx_frame_err %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2108 ND_PRINT((ndo, ", rx_over_err %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2112 ND_PRINT((ndo, ", rx_crc_err %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2116 ND_PRINT((ndo, ", collisions %" PRIu64, EXTRACT_64BITS(cp))); in of10_port_stats_reply_print()
2156 ND_PRINT((ndo, ", tx_bytes %" PRIu64, EXTRACT_64BITS(cp))); in of10_queue_stats_reply_print()
2160 ND_PRINT((ndo, ", tx_packets %" PRIu64, EXTRACT_64BITS(cp))); in of10_queue_stats_reply_print()
2164 ND_PRINT((ndo, ", tx_errors %" PRIu64, EXTRACT_64BITS(cp))); in of10_queue_stats_reply_print()
2301 ND_PRINT((ndo, "\n\t cookie 0x%016" PRIx64, EXTRACT_64BITS(cp))); in of10_flow_removed_print()
2333 ND_PRINT((ndo, ", packet_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_flow_removed_print()
2337 ND_PRINT((ndo, ", byte_count %" PRIu64, EXTRACT_64BITS(cp))); in of10_flow_removed_print()