Lines Matching refs:processHBA_flags
614 int processHBA_flags = 0, portCount = 0; in fc_util_list_remoteport() local
623 processHBA_flags |= PRINT_SCSI_TARGET; in fc_util_list_remoteport()
625 processHBA_flags |= PRINT_LINKSTAT; in fc_util_list_remoteport()
661 if ((processHBA_flags & PRINT_SCSI_TARGET) == in fc_util_list_remoteport()
675 if ((processHBA_flags & PRINT_SCSI_TARGET) == PRINT_SCSI_TARGET) { in fc_util_list_remoteport()
692 processHBA_flags, mode); in fc_util_list_remoteport()
695 wwn_argv, processHBA_flags); in fc_util_list_remoteport()
729 int processHBA_flags = 0; in fc_util_list_hbaport() local
738 processHBA_flags |= PRINT_LINKSTAT; in fc_util_list_hbaport()
740 processHBA_flags |= PRINT_INITIATOR; in fc_util_list_hbaport()
742 processHBA_flags |= PRINT_TARGET; in fc_util_list_hbaport()
744 processHBA_flags |= PRINT_FCOE; in fc_util_list_hbaport()
752 if (((processHBA_flags & PRINT_INITIATOR) == 0) && in fc_util_list_hbaport()
753 ((processHBA_flags & PRINT_TARGET) == 0)) { in fc_util_list_hbaport()
754 processHBA_flags |= PRINT_INITIATOR | PRINT_TARGET; in fc_util_list_hbaport()
773 if ((processHBA_flags & PRINT_INITIATOR) == in fc_util_list_hbaport()
787 if ((processHBA_flags & PRINT_TARGET) == in fc_util_list_hbaport()
815 } else if ((processHBA_flags & PRINT_TARGET) == in fc_util_list_hbaport()
845 HBA_PORT, processHBA_flags, mode); in fc_util_list_hbaport()
846 if ((processHBA_flags & PRINT_FCOE) != PRINT_FCOE && in fc_util_list_hbaport()
858 if ((processHBA_flags & PRINT_INITIATOR) == PRINT_INITIATOR) { in fc_util_list_hbaport()
861 ((processHBA_flags & ~PRINT_INITIATOR) == 0)) { in fc_util_list_hbaport()
928 NULL, HBA_PORT, processHBA_flags, in fc_util_list_hbaport()
930 if ((processHBA_flags & PRINT_FCOE) != in fc_util_list_hbaport()
946 if ((processHBA_flags & PRINT_TARGET) == PRINT_TARGET) { in fc_util_list_hbaport()
1002 NULL, HBA_PORT, processHBA_flags, in fc_util_list_hbaport()