Lines Matching refs:EXTRACT_32BITS
637 printf(", vendor 0x%08x", EXTRACT_32BITS(cp)); in of10_vendor_data_print()
702 printf("\n\t config 0x%08x", EXTRACT_32BITS(cp)); in of10_phy_ports_print()
703 of10_bitmap_print(ofppc_bm, EXTRACT_32BITS(cp), OFPPC_U); in of10_phy_ports_print()
707 printf("\n\t state 0x%08x", EXTRACT_32BITS(cp)); in of10_phy_ports_print()
708 of10_bitmap_print(ofpps_bm, EXTRACT_32BITS(cp), OFPPS_U); in of10_phy_ports_print()
712 printf("\n\t curr 0x%08x", EXTRACT_32BITS(cp)); in of10_phy_ports_print()
713 of10_bitmap_print(ofppf_bm, EXTRACT_32BITS(cp), OFPPF_U); in of10_phy_ports_print()
717 printf("\n\t advertised 0x%08x", EXTRACT_32BITS(cp)); in of10_phy_ports_print()
718 of10_bitmap_print(ofppf_bm, EXTRACT_32BITS(cp), OFPPF_U); in of10_phy_ports_print()
722 printf("\n\t supported 0x%08x", EXTRACT_32BITS(cp)); in of10_phy_ports_print()
723 of10_bitmap_print(ofppf_bm, EXTRACT_32BITS(cp), OFPPF_U); in of10_phy_ports_print()
727 printf("\n\t peer 0x%08x", EXTRACT_32BITS(cp)); in of10_phy_ports_print()
728 of10_bitmap_print(ofppf_bm, EXTRACT_32BITS(cp), OFPPF_U); in of10_phy_ports_print()
830 printf("\n\t queue_id %u", EXTRACT_32BITS(cp)); in of10_queues_print()
875 wildcards = EXTRACT_32BITS(cp); in of10_match_print()
1104 printf(", queue_id %s", tok2str(ofpq_str, "%u", EXTRACT_32BITS(cp))); in of10_actions_print()
1140 printf(", n_buffers %u", EXTRACT_32BITS(cp)); in of10_features_reply_print()
1151 printf("\n\t capabilities 0x%08x", EXTRACT_32BITS(cp)); in of10_features_reply_print()
1152 of10_bitmap_print(ofp_capabilities_bm, EXTRACT_32BITS(cp), OFPCAP_U); in of10_features_reply_print()
1156 printf("\n\t actions 0x%08x", EXTRACT_32BITS(cp)); in of10_features_reply_print()
1157 of10_bitmap_print(ofpat_bm, EXTRACT_32BITS(cp), OFPAT_U); in of10_features_reply_print()
1203 printf(", buffer_id %s", tok2str(bufferid_str, "0x%08x", EXTRACT_32BITS(cp))); in of10_flow_mod_print()
1236 printf("\n\t config 0x%08x", EXTRACT_32BITS(cp)); in of10_port_mod_print()
1237 of10_bitmap_print(ofppc_bm, EXTRACT_32BITS(cp), OFPPC_U); in of10_port_mod_print()
1241 printf("\n\t mask 0x%08x", EXTRACT_32BITS(cp)); in of10_port_mod_print()
1242 of10_bitmap_print(ofppc_bm, EXTRACT_32BITS(cp), OFPPC_U); in of10_port_mod_print()
1246 printf("\n\t advertise 0x%08x", EXTRACT_32BITS(cp)); in of10_port_mod_print()
1247 of10_bitmap_print(ofppf_bm, EXTRACT_32BITS(cp), OFPPF_U); in of10_port_mod_print()
1324 printf(", queue_id %s", tok2str(ofpq_str, "%u", EXTRACT_32BITS(cp))); in of10_stats_request_print()
1414 printf("\n\t duration_sec %u", EXTRACT_32BITS(cp)); in of10_flow_stats_reply_print()
1418 printf(", duration_nsec %u", EXTRACT_32BITS(cp)); in of10_flow_stats_reply_print()
1480 printf(", flow_count %u", EXTRACT_32BITS(cp)); in of10_aggregate_stats_reply_print()
1519 printf("\n\t wildcards 0x%08x", EXTRACT_32BITS(cp)); in of10_table_stats_reply_print()
1520 of10_bitmap_print(ofpfw_bm, EXTRACT_32BITS(cp), OFPFW_U); in of10_table_stats_reply_print()
1524 printf("\n\t max_entries %u", EXTRACT_32BITS(cp)); in of10_table_stats_reply_print()
1528 printf(", active_count %u", EXTRACT_32BITS(cp)); in of10_table_stats_reply_print()
1653 printf(", queue_id %u", EXTRACT_32BITS(cp)); in of10_queue_stats_reply_print()
1728 printf("\n\t buffer_id 0x%08x", EXTRACT_32BITS(cp)); in of10_packet_out_print()
1760 printf("\n\t buffer_id %s", tok2str(bufferid_str, "0x%08x", EXTRACT_32BITS(cp))); in of10_packet_in_print()
1810 printf(", duration_sec %u", EXTRACT_32BITS(cp)); in of10_flow_removed_print()
1814 printf(", duration_nsec %u", EXTRACT_32BITS(cp)); in of10_flow_removed_print()