Lines Matching defs:width

999 	FLAG_ENTRY0("Link width downgraded", 0x0200),
6940 * @link_width: new link width after link up or downgrade
6943 * a link up or downgrade event to reflect a link width change.
7071 [OPA_LINKDOWN_REASON_LINKWIDTH_POLICY] = "Link width policy",
7265 * Convert the given link width to the OPA link width bitmask.
7267 static u16 link_width_to_bits(struct hfi1_devdata *dd, u16 width)
7269 switch (width) {
7272 * Simulator and quick linkup do not set the width.
7283 dd_dev_info(dd, "%s: invalid width %d, using 4\n",
7284 __func__, width);
7353 "Fabric active lanes (width): tx 0x%x (%d), rx 0x%x (%d)\n",
7394 * The link width is not available until after VerifyCap.AllFramesReceived
7407 /* link width downgrade active (LWD.A) starts out matching LW.A */
7585 * apply_link_downgrade_policy - Apply the link width downgrade enabled
7591 * default link width.
7644 /* bounce if not at starting active width */
7695 dd_dev_info(ppd->dd, "8051: Link width downgrade\n");
9316 * used in the Verify Capability link width attribute.
10024 case HFI1_IB_CFG_LWID_ENB: /* allowed Link-width */
10027 case HFI1_IB_CFG_LWID: /* currently active Link-width */
10227 "Passing lanes on local port do not meet the local link width policy";
10238 "Unable to achieve frame sync on sufficient lanes to meet the local link width policy",
10240 "Unable to identify preset equalization on sufficient lanes to meet the local link width policy",
10245 "Link partner completed the EstablishComm state, but the passing lanes do not meet the local link width policy",
10249 "Unable to achieve acceptable BER on sufficient lanes to meet the local link width policy",
10252 "Link partner completed the OptimizeEq state, but the passing lanes do not meet the local link width policy",
10259 "Link partner completed the VerifyCap state, but the passing lanes do not meet the local link width policy",
10261 [0x35] = "Negotiated link width is mutually exclusive",
10513 /* the active link width (downgrade) is 0 on link down */
10755 * After link up, a new link width will have been set.
10757 * link width.
11001 * For link width, link width downgrade, and speed enable, always AND
11008 case HFI1_IB_CFG_LWID_ENB: /* set allowed Link-width */
11011 case HFI1_IB_CFG_LWID_DG_ENB: /* set allowed link width downgrade */
15029 /* link width active is 0 when link is down */
15030 /* link width downgrade active is 0 when link is down */