Lines Matching +full:dcb +full:- +full:algorithm
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2013-2014 Chelsio Communications. All rights reserved.
56 if ((__dcb)->dcb_version == FW_PORT_DCB_VER_IEEE) \
65 CXGB4_DCB_STATE_HOST, /* we're using Host DCB (if at all) */
66 CXGB4_DCB_STATE_FW_INCOMPLETE, /* using firmware DCB, incomplete */
67 CXGB4_DCB_STATE_FW_ALLSYNCED, /* using firmware DCB, all sync'ed */
75 CXGB4_DCB_INPUT_FW_DISABLED, /* firmware DCB disabled */
76 CXGB4_DCB_INPUT_FW_ENABLED, /* firmware DCB enabled */
77 CXGB4_DCB_INPUT_FW_INCOMPLETE, /* firmware reports incomplete DCB */
82 /* Firmware DCB messages that we've received so far ...
97 enum cxgb4_dcb_state state; /* DCB State Machine */
98 enum cxgb4_dcb_fw_msgs msgs; /* DCB Firmware messages received */
99 unsigned int supported; /* OS DCB capabilities supported */
102 /* Cached copies of DCB information sent by the firmware (in Host
112 u8 tsa[8]; /* TSA Algorithm[0..7] */