Lines Matching defs:width

1040 	FLAG_ENTRY0("Link width downgraded", 0x0200),
6979 * @link_width: new link width after link up or downgrade
6982 * a link up or downgrade event to reflect a link width change.
7110 [OPA_LINKDOWN_REASON_LINKWIDTH_POLICY] = "Link width policy",
7304 * Convert the given link width to the OPA link width bitmask.
7306 static u16 link_width_to_bits(struct hfi1_devdata *dd, u16 width)
7308 switch (width) {
7311 * Simulator and quick linkup do not set the width.
7322 dd_dev_info(dd, "%s: invalid width %d, using 4\n",
7323 __func__, width);
7392 "Fabric active lanes (width): tx 0x%x (%d), rx 0x%x (%d)\n",
7433 * The link width is not available until after VerifyCap.AllFramesReceived
7446 /* link width downgrade active (LWD.A) starts out matching LW.A */
7624 * apply_link_downgrade_policy - Apply the link width downgrade enabled
7630 * default link width.
7683 /* bounce if not at starting active width */
7734 dd_dev_info(ppd->dd, "8051: Link width downgrade\n");
9355 * used in the Verify Capability link width attribute.
10063 case HFI1_IB_CFG_LWID_ENB: /* allowed Link-width */
10066 case HFI1_IB_CFG_LWID: /* currently active Link-width */
10266 "Passing lanes on local port do not meet the local link width policy";
10277 "Unable to achieve frame sync on sufficient lanes to meet the local link width policy",
10279 "Unable to identify preset equalization on sufficient lanes to meet the local link width policy",
10284 "Link partner completed the EstablishComm state, but the passing lanes do not meet the local link width policy",
10288 "Unable to achieve acceptable BER on sufficient lanes to meet the local link width policy",
10291 "Link partner completed the OptimizeEq state, but the passing lanes do not meet the local link width policy",
10298 "Link partner completed the VerifyCap state, but the passing lanes do not meet the local link width policy",
10300 [0x35] = "Negotiated link width is mutually exclusive",
10552 /* the active link width (downgrade) is 0 on link down */
10794 * After link up, a new link width will have been set.
10796 * link width.
11040 * For link width, link width downgrade, and speed enable, always AND
11047 case HFI1_IB_CFG_LWID_ENB: /* set allowed Link-width */
11050 case HFI1_IB_CFG_LWID_DG_ENB: /* set allowed link width downgrade */
15069 /* link width active is 0 when link is down */
15070 /* link width downgrade active is 0 when link is down */