emlxs_fct.h (8f23e9fa) emlxs_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

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

17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright (c) 2004-2011 Emulex. All rights reserved.
24 * Use is subject to license terms.
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

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

17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright (c) 2004-2011 Emulex. All rights reserved.
24 * Use is subject to license terms.
25 * Copyright 2020 RackTop Systems, Inc.
25 */
26
27#ifndef _EMLXS_FCT_H
28#define _EMLXS_FCT_H
29
30#ifdef __cplusplus
31extern "C" {
32#endif

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

58#ifndef PORT_SPEED_10G
59#define PORT_SPEED_10G 0x10
60#endif /* PORT_SPEED_10G */
61
62#ifndef PORT_SPEED_16G
63#define PORT_SPEED_16G 0x20
64#endif /* PORT_SPEED_16G */
65
26 */
27
28#ifndef _EMLXS_FCT_H
29#define _EMLXS_FCT_H
30
31#ifdef __cplusplus
32extern "C" {
33#endif

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

59#ifndef PORT_SPEED_10G
60#define PORT_SPEED_10G 0x10
61#endif /* PORT_SPEED_10G */
62
63#ifndef PORT_SPEED_16G
64#define PORT_SPEED_16G 0x20
65#endif /* PORT_SPEED_16G */
66
67#ifndef PORT_SPEED_32G
68#define PORT_SPEED_32G 0x40
69#endif /* PORT_SPEED_32G */
70
66/*
67 * Number of ports that do not require a valid cmd handle
68 * because they will not be sending any IO, ELS cmds ONLY.
69 */
70#define EMLXS_FCT_NUM_ELS_ONLY 8
71
72#ifndef MODSYM_SUPPORT
73#pragma weak fct_alloc

--- 29 unchanged lines hidden ---
71/*
72 * Number of ports that do not require a valid cmd handle
73 * because they will not be sending any IO, ELS cmds ONLY.
74 */
75#define EMLXS_FCT_NUM_ELS_ONLY 8
76
77#ifndef MODSYM_SUPPORT
78#pragma weak fct_alloc

--- 29 unchanged lines hidden ---