Searched refs:PRINT_FCOE (Results 1 – 2 of 2) sorted by relevance
380 if ((flags & PRINT_FCOE) == PRINT_FCOE && in processHBA()744 processHBA_flags |= PRINT_FCOE; in fc_util_list_hbaport()846 if ((processHBA_flags & PRINT_FCOE) != PRINT_FCOE && in fc_util_list_hbaport()930 if ((processHBA_flags & PRINT_FCOE) != in fc_util_list_hbaport()931 PRINT_FCOE && in fc_util_list_hbaport()
97 #define PRINT_FCOE 0x00010000 /* print fcoe port information */ macro