Lines Matching +full:max +full:- +full:link +full:- +full:speed
2 * Copyright(c) 2015 - 2017 Intel Corporation.
24 * - Redistributions of source code must retain the above copyright
26 * - Redistributions in binary form must reproduce the above copyright
30 * - Neither the name of Intel Corporation nor the names of its
79 #define OPA_NOTICE_TRAP_LWDE_CHG 0x08 /* Link Width Downgrade Enable
82 #define OPA_NOTICE_TRAP_LSE_CHG 0x04 /* Link Speed Enable changed */
83 #define OPA_NOTICE_TRAP_LWE_CHG 0x02 /* Link Width Enable changed */
188 * The default link width is multiplied by 1000
323 __be16 ccti_limit; /* max CCTI for cc table */
328 u16 ccti_limit; /* max CCTI for cc table */
336 u16 ccti_limit; /* max CCTI for cc table */
341 * struct cc_state combines the (active) per-port congestion control
342 * table, and the (active) per-SL congestion settings. cc_state data
431 #define COUNTER_MASK(q, n) (q << ((9 - n) * 3))
445 * get_link_speed - determine whether 12.5G or 25G speed
446 * @link_speed: the speed of active link
447 * @return: Return 2 if link speed identified as 12.5G
448 * or return 1 if link speed is 25G.
450 * The function indirectly calculate required link speed
451 * value for convert_xmit_counter function. If the link
452 * speed is 25G, the function return as 1 as it is required
453 * by xmit counter conversion formula :-( 25G / link_speed).
455 * link speed is 25G or 2 if 12.5G.This is done to avoid
465 * convert_xmit_counter - calculate flit times for given xmit counter
468 * @link_width: width of active link
469 * @link_speed: speed of active link