fct.h (e4dcf6b3) fct.h (a3170057)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
22 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23 * Copyright 2016 Nexenta Systems, Inc. All rights reserved.
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
22 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23 * Copyright 2016 Nexenta Systems, Inc. All rights reserved.
24 * Copyright 2020 RackTop Systems, Inc.
24 */
25#ifndef _FCT_H
26#define _FCT_H
27
28/*
29 * Definitions for common FC Target.
30 */
31#include <sys/note.h>

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

332 */
333#define PORT_SPEED_UNKNOWN 0
334#define PORT_SPEED_1G 1
335#define PORT_SPEED_2G 2
336#define PORT_SPEED_4G 4
337#define PORT_SPEED_8G 8
338#define PORT_SPEED_10G 16
339#define PORT_SPEED_16G 32
25 */
26#ifndef _FCT_H
27#define _FCT_H
28
29/*
30 * Definitions for common FC Target.
31 */
32#include <sys/note.h>

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

333 */
334#define PORT_SPEED_UNKNOWN 0
335#define PORT_SPEED_1G 1
336#define PORT_SPEED_2G 2
337#define PORT_SPEED_4G 4
338#define PORT_SPEED_8G 8
339#define PORT_SPEED_10G 16
340#define PORT_SPEED_16G 32
341#define PORT_SPEED_32G 64
340
341/*
342 * Abort commands
343 */
344#define FCT_TERMINATE_CMD 1
345
346/*
347 * FCT port states.

--- 77 unchanged lines hidden ---
342
343/*
344 * Abort commands
345 */
346#define FCT_TERMINATE_CMD 1
347
348/*
349 * FCT port states.

--- 77 unchanged lines hidden ---