1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright(c) 2015 - 2017 Intel Corporation.
9 #include <rdma/ib_pma.h>
10 #include <rdma/opa_smi.h>
11 #include <rdma/opa_port_info.h>
12 #include "opa_compat.h"
17 #define OPA_TRAP_GID_NOW_IN_SERVICE cpu_to_be16(64)
18 #define OPA_TRAP_GID_OUT_OF_SERVICE cpu_to_be16(65)
19 #define OPA_TRAP_ADD_MULTICAST_GROUP cpu_to_be16(66)
20 #define OPA_TRAL_DEL_MULTICAST_GROUP cpu_to_be16(67)
21 #define OPA_TRAP_UNPATH cpu_to_be16(68)
22 #define OPA_TRAP_REPATH cpu_to_be16(69)
23 #define OPA_TRAP_PORT_CHANGE_STATE cpu_to_be16(128)
24 #define OPA_TRAP_LINK_INTEGRITY cpu_to_be16(129)
25 #define OPA_TRAP_EXCESSIVE_BUFFER_OVERRUN cpu_to_be16(130)
26 #define OPA_TRAP_FLOW_WATCHDOG cpu_to_be16(131)
27 #define OPA_TRAP_CHANGE_CAPABILITY cpu_to_be16(144)
28 #define OPA_TRAP_CHANGE_SYSGUID cpu_to_be16(145)
29 #define OPA_TRAP_BAD_M_KEY cpu_to_be16(256)
30 #define OPA_TRAP_BAD_P_KEY cpu_to_be16(257)
31 #define OPA_TRAP_BAD_Q_KEY cpu_to_be16(258)
32 #define OPA_TRAP_SWITCH_BAD_PKEY cpu_to_be16(259)
33 #define OPA_SMA_TRAP_DATA_LINK_WIDTH cpu_to_be16(2048)
36 * Generic trap/notice other local changes flags (trap 144).
38 #define OPA_NOTICE_TRAP_LWDE_CHG 0x08 /* Link Width Downgrade Enable
41 #define OPA_NOTICE_TRAP_LSE_CHG 0x04 /* Link Speed Enable changed */
42 #define OPA_NOTICE_TRAP_LWE_CHG 0x02 /* Link Width Enable changed */
43 #define OPA_NOTICE_TRAP_NODE_DESC_CHG 0x01
45 struct opa_mad_notice_attr
{
53 union ib_gid issuer_gid
;
62 } __packed ntc_64_65_66_67
;
69 __be32 lid
; /* where violation happened */
70 u8 port_num
; /* where violation happened */
71 } __packed ntc_129_130_131
;
74 __be32 lid
; /* LID where change occurred */
75 __be32 new_cap_mask
; /* new capability mask */
78 __be16 change_flags
; /* low 4 bits only */
83 __be32 lid
; /* lid where sys guid changed */
101 u8 sl
; /* SL: high 5 bits */
105 __be32 qp1
; /* high 8 bits reserved */
106 __be32 qp2
; /* high 8 bits reserved */
107 } __packed ntc_257_258
;
110 __be16 flags
; /* low 8 bits reserved */
114 u8 sl
; /* SL: high 5 bits */
118 __be32 qp1
; /* high 8 bits reserved */
119 __be32 qp2
; /* high 8 bits reserved */
130 #define IB_VLARB_LOWPRI_0_31 1
131 #define IB_VLARB_LOWPRI_32_63 2
132 #define IB_VLARB_HIGHPRI_0_31 3
133 #define IB_VLARB_HIGHPRI_32_63 4
135 #define OPA_MAX_PREEMPT_CAP 32
136 #define OPA_VLARB_LOW_ELEMENTS 0
137 #define OPA_VLARB_HIGH_ELEMENTS 1
138 #define OPA_VLARB_PREEMPT_ELEMENTS 2
139 #define OPA_VLARB_PREEMPT_MATRIX 3
141 #define IB_PMA_PORT_COUNTERS_CONG cpu_to_be16(0xFF00)
142 #define LINK_SPEED_25G 1
143 #define LINK_SPEED_12_5G 2
144 #define LINK_WIDTH_DEFAULT 4
145 #define DECIMAL_FACTORING 1000
147 * The default link width is multiplied by 1000
148 * to get accurate value after division.
150 #define FACTOR_LINK_WIDTH (LINK_WIDTH_DEFAULT * DECIMAL_FACTORING)
152 struct ib_pma_portcounters_cong
{
155 __be16 port_check_rate
;
156 __be16 symbol_error_counter
;
157 u8 link_error_recovery_counter
;
158 u8 link_downed_counter
;
159 __be16 port_rcv_errors
;
160 __be16 port_rcv_remphys_errors
;
161 __be16 port_rcv_switch_relay_errors
;
162 __be16 port_xmit_discards
;
163 u8 port_xmit_constraint_errors
;
164 u8 port_rcv_constraint_errors
;
166 u8 link_overrun_errors
; /* LocalLink: 7:4, BufferOverrun: 3:0 */
169 __be64 port_xmit_data
;
170 __be64 port_rcv_data
;
171 __be64 port_xmit_packets
;
172 __be64 port_rcv_packets
;
173 __be64 port_xmit_wait
;
174 __be64 port_adr_events
;
177 #define IB_SMP_UNSUP_VERSION cpu_to_be16(0x0004)
178 #define IB_SMP_UNSUP_METHOD cpu_to_be16(0x0008)
179 #define IB_SMP_UNSUP_METH_ATTR cpu_to_be16(0x000C)
180 #define IB_SMP_INVALID_FIELD cpu_to_be16(0x001C)
182 #define OPA_MAX_PREEMPT_CAP 32
183 #define OPA_VLARB_LOW_ELEMENTS 0
184 #define OPA_VLARB_HIGH_ELEMENTS 1
185 #define OPA_VLARB_PREEMPT_ELEMENTS 2
186 #define OPA_VLARB_PREEMPT_MATRIX 3
188 #define HFI1_XMIT_RATE_UNSUPPORTED 0x0
189 #define HFI1_XMIT_RATE_PICO 0x7
190 /* number of 4nsec cycles equaling 2secs */
191 #define HFI1_CONG_TIMER_PSINTERVAL 0x1DCD64EC
193 #define IB_CC_SVCTYPE_RC 0x0
194 #define IB_CC_SVCTYPE_UC 0x1
195 #define IB_CC_SVCTYPE_RD 0x2
196 #define IB_CC_SVCTYPE_UD 0x3
199 * There should be an equivalent IB #define for the following, but
202 #define OPA_CC_LOG_TYPE_HFI 2
204 struct opa_hfi1_cong_log_event_internal
{
210 u64 timestamp
; /* wider than 32 bits to detect 32 bit rollover */
213 struct opa_hfi1_cong_log_event
{
214 u8 local_qp_cn_entry
[3];
215 u8 remote_qp_number_cn_entry
[3];
216 u8 sl_svc_type_cn_entry
; /* 5 bits SL, 3 bits svc type */
218 __be32 remote_lid_cn_entry
;
219 __be32 timestamp_cn_entry
;
222 #define OPA_CONG_LOG_ELEMS 96
224 struct opa_hfi1_cong_log
{
227 __be16 threshold_event_counter
;
228 __be32 current_time_stamp
;
229 u8 threshold_cong_event_map
[OPA_MAX_SLS
/ 8];
230 struct opa_hfi1_cong_log_event events
[OPA_CONG_LOG_ELEMS
];
233 #define IB_CC_TABLE_CAP_DEFAULT 31
235 /* Port control flags */
236 #define IB_CC_CCS_PC_SL_BASED 0x01
238 struct opa_congestion_setting_entry
{
242 u8 trigger_threshold
;
243 u8 ccti_min
; /* min CCTI for cc table */
246 struct opa_congestion_setting_entry_shadow
{
250 u8 trigger_threshold
;
251 u8 ccti_min
; /* min CCTI for cc table */
254 struct opa_congestion_setting_attr
{
257 struct opa_congestion_setting_entry entries
[OPA_MAX_SLS
];
260 struct opa_congestion_setting_attr_shadow
{
263 struct opa_congestion_setting_entry_shadow entries
[OPA_MAX_SLS
];
266 #define IB_CC_TABLE_ENTRY_INCREASE_DEFAULT 1
267 #define IB_CC_TABLE_ENTRY_TIMER_DEFAULT 1
269 /* 64 Congestion Control table entries in a single MAD */
270 #define IB_CCT_ENTRIES 64
271 #define IB_CCT_MIN_ENTRIES (IB_CCT_ENTRIES * 2)
273 struct ib_cc_table_entry
{
274 __be16 entry
; /* shift:2, multiplier:14 */
277 struct ib_cc_table_entry_shadow
{
278 u16 entry
; /* shift:2, multiplier:14 */
281 struct ib_cc_table_attr
{
282 __be16 ccti_limit
; /* max CCTI for cc table */
283 struct ib_cc_table_entry ccti_entries
[IB_CCT_ENTRIES
];
286 struct ib_cc_table_attr_shadow
{
287 u16 ccti_limit
; /* max CCTI for cc table */
288 struct ib_cc_table_entry_shadow ccti_entries
[IB_CCT_ENTRIES
];
291 #define CC_TABLE_SHADOW_MAX \
292 (IB_CC_TABLE_CAP_DEFAULT * IB_CCT_ENTRIES)
294 struct cc_table_shadow
{
295 u16 ccti_limit
; /* max CCTI for cc table */
296 struct ib_cc_table_entry_shadow entries
[CC_TABLE_SHADOW_MAX
];
300 * struct cc_state combines the (active) per-port congestion control
301 * table, and the (active) per-SL congestion settings. cc_state data
302 * may need to be read in code paths that we want to be fast, so it
303 * is an RCU protected structure.
307 struct cc_table_shadow cct
;
308 struct opa_congestion_setting_attr_shadow cong_setting
;
312 * OPA BufferControl MAD
315 /* attribute modifier macros */
316 #define OPA_AM_NPORT_SHIFT 24
317 #define OPA_AM_NPORT_MASK 0xff
318 #define OPA_AM_NPORT_SMASK (OPA_AM_NPORT_MASK << OPA_AM_NPORT_SHIFT)
319 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \
322 #define OPA_AM_NBLK_SHIFT 24
323 #define OPA_AM_NBLK_MASK 0xff
324 #define OPA_AM_NBLK_SMASK (OPA_AM_NBLK_MASK << OPA_AM_NBLK_SHIFT)
325 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \
328 #define OPA_AM_START_BLK_SHIFT 0
329 #define OPA_AM_START_BLK_MASK 0xff
330 #define OPA_AM_START_BLK_SMASK (OPA_AM_START_BLK_MASK << \
331 OPA_AM_START_BLK_SHIFT)
332 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \
333 OPA_AM_START_BLK_MASK)
335 #define OPA_AM_PORTNUM_SHIFT 0
336 #define OPA_AM_PORTNUM_MASK 0xff
337 #define OPA_AM_PORTNUM_SMASK (OPA_AM_PORTNUM_MASK << OPA_AM_PORTNUM_SHIFT)
338 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \
341 #define OPA_AM_ASYNC_SHIFT 12
342 #define OPA_AM_ASYNC_MASK 0x1
343 #define OPA_AM_ASYNC_SMASK (OPA_AM_ASYNC_MASK << OPA_AM_ASYNC_SHIFT)
344 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \
347 #define OPA_AM_START_SM_CFG_SHIFT 9
348 #define OPA_AM_START_SM_CFG_MASK 0x1
349 #define OPA_AM_START_SM_CFG_SMASK (OPA_AM_START_SM_CFG_MASK << \
350 OPA_AM_START_SM_CFG_SHIFT)
351 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \
352 & OPA_AM_START_SM_CFG_MASK)
354 #define OPA_AM_CI_ADDR_SHIFT 19
355 #define OPA_AM_CI_ADDR_MASK 0xfff
356 #define OPA_AM_CI_ADDR_SMASK (OPA_AM_CI_ADDR_MASK << OPA_CI_ADDR_SHIFT)
357 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \
360 #define OPA_AM_CI_LEN_SHIFT 13
361 #define OPA_AM_CI_LEN_MASK 0x3f
362 #define OPA_AM_CI_LEN_SMASK (OPA_AM_CI_LEN_MASK << OPA_CI_LEN_SHIFT)
363 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \
366 /* error info macros */
367 #define OPA_EI_STATUS_SMASK 0x80
368 #define OPA_EI_CODE_SMASK 0x0f
375 struct buffer_control
{
377 __be16 overall_shared_limit
;
378 struct vl_limit vl
[OPA_MAX_VLS
];
382 u8 vlnt
[32]; /* 5 bit VL, 3 bits reserved */
386 * The PortSamplesControl.CounterMasks field is an array of 3 bit fields
387 * which specify the N'th counter's capabilities. See ch. 16.1.3.2.
388 * We support 5 counters which only count the mandatory quantities.
390 #define COUNTER_MASK(q, n) (q << ((9 - n) * 3))
391 #define COUNTER_MASK0_9 \
392 cpu_to_be32(COUNTER_MASK(1, 0) | \
393 COUNTER_MASK(1, 1) | \
394 COUNTER_MASK(1, 2) | \
395 COUNTER_MASK(1, 3) | \
398 void hfi1_event_pkey_change(struct hfi1_devdata
*dd
, u32 port
);
399 void hfi1_handle_trap_timer(struct timer_list
*t
);
400 u16
tx_link_width(u16 link_width
);
401 u64
get_xmit_wait_counters(struct hfi1_pportdata
*ppd
, u16 link_width
,
402 u16 link_speed
, int vl
);
404 * get_link_speed - determine whether 12.5G or 25G speed
405 * @link_speed: the speed of active link
406 * @return: Return 2 if link speed identified as 12.5G
407 * or return 1 if link speed is 25G.
409 * The function indirectly calculate required link speed
410 * value for convert_xmit_counter function. If the link
411 * speed is 25G, the function return as 1 as it is required
412 * by xmit counter conversion formula :-( 25G / link_speed).
413 * This conversion will provide value 1 if current
414 * link speed is 25G or 2 if 12.5G.This is done to avoid
415 * 12.5 float number conversion.
417 static inline u16
get_link_speed(u16 link_speed
)
419 return (link_speed
== 1) ?
420 LINK_SPEED_12_5G
: LINK_SPEED_25G
;
424 * convert_xmit_counter - calculate flit times for given xmit counter
426 * @xmit_wait_val: current xmit counter value
427 * @link_width: width of active link
428 * @link_speed: speed of active link
429 * @return: return xmit counter value in flit times.
431 static inline u64
convert_xmit_counter(u64 xmit_wait_val
, u16 link_width
,
434 return (xmit_wait_val
* 2 * (FACTOR_LINK_WIDTH
/ link_width
)
435 * link_speed
) / DECIMAL_FACTORING
;
437 #endif /* _HFI1_MAD_H */