continue;
}
if (ISP_CAP_2KLOGIN(isp)) {
- if (handle >= NPH_RESERVED && handle <= NPH_FL_ID) {
+ if (handle >= NPH_RESERVED && handle <= NPH_IP_BCST) {
continue;
}
}
if (handle >= FL_ID && handle <= SNS_ID) {
handle = SNS_ID+1;
}
- if (handle >= NPH_RESERVED && handle <= NPH_FL_ID) {
- handle = NPH_FL_ID+1;
+ if (handle >= NPH_RESERVED && handle <= NPH_IP_BCST) {
+ handle = NPH_IP_BCST + 1;
}
if (ISP_CAP_2KLOGIN(isp)) {
if (handle == NPH_MAX_2K) {
#define NPH_SNS_ID 0x7FC /* SNS Server Special ID */
#define NPH_FABRIC_CTLR 0x7FD /* Fabric Controller (0xFFFFFD) */
#define NPH_FL_ID 0x7FE /* F Port Special ID (0xFFFFFE) */
-#define NPH_IP_BCST 0x7ff /* IP Broadcast Special ID (0xFFFFFF) */
+#define NPH_IP_BCST 0x7FF /* IP Broadcast Special ID (0xFFFFFF) */
#define NPH_MAX_2K 0x800
/*