Lines Matching +full:high +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
82 #define OPA_NOTICE_TRAP_LSE_CHG 0x04 /* Link Speed Enable changed */
142 u8 sl; /* SL: high 5 bits */
146 __be32 qp1; /* high 8 bits reserved */
147 __be32 qp2; /* high 8 bits reserved */
155 u8 sl; /* SL: high 5 bits */
159 __be32 qp1; /* high 8 bits reserved */
160 __be32 qp2; /* high 8 bits reserved */
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
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
469 * @link_speed: speed of active link