Searched refs:FDDIFC_ZZZZ (Results 1 – 2 of 2) sorted by relevance
158 printf("mac%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()162 printf("smt%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()166 printf("async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()170 printf("sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()174 printf("imp_async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()178 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
76 #define FDDIFC_ZZZZ 0x0F /* Control bits */ macro