Deleted Added
full compact
ispvar.h (318148) ispvar.h (321870)
1/* $FreeBSD: stable/11/sys/dev/isp/ispvar.h 318148 2017-05-10 18:59:18Z ken $ */
1/* $FreeBSD: stable/11/sys/dev/isp/ispvar.h 321870 2017-08-01 13:03:06Z mav $ */
2/*-
2/*-
3 * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org>
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *
10 * 1. Redistributions of source code must retain the above copyright

--- 430 unchanged lines hidden (view full) ---

441 uint16_t isp_loopid; /* hard loop id */
442 uint16_t isp_sns_hdl; /* N-port handle for SNS */
443 uint16_t isp_lasthdl; /* only valid for channel 0 */
444 uint16_t isp_maxalloc;
445 uint16_t isp_fabric_params;
446 uint16_t isp_login_hdl; /* Logging in handle */
447 uint8_t isp_retry_delay;
448 uint8_t isp_retry_count;
4 * Copyright (c) 1997-2009 by Matthew Jacob
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 *
11 * 1. Redistributions of source code must retain the above copyright

--- 430 unchanged lines hidden (view full) ---

442 uint16_t isp_loopid; /* hard loop id */
443 uint16_t isp_sns_hdl; /* N-port handle for SNS */
444 uint16_t isp_lasthdl; /* only valid for channel 0 */
445 uint16_t isp_maxalloc;
446 uint16_t isp_fabric_params;
447 uint16_t isp_login_hdl; /* Logging in handle */
448 uint8_t isp_retry_delay;
449 uint8_t isp_retry_count;
450 int isp_use_gft_id; /* Use GFT_ID */
451 int isp_use_gff_id; /* Use GFF_ID */
449
450 /*
451 * Current active WWNN/WWPN
452 */
453 uint64_t isp_wwnn;
454 uint64_t isp_wwpn;
455
456 /*

--- 678 unchanged lines hidden ---
452
453 /*
454 * Current active WWNN/WWPN
455 */
456 uint64_t isp_wwnn;
457 uint64_t isp_wwpn;
458
459 /*

--- 678 unchanged lines hidden ---