Lines Matching +full:powered +full:- +full:on
1 .. SPDX-License-Identifier: GPL-2.0
10 The ``devlink-linecard`` mechanism is targeted for manipulation of
27 according to the physical line card slots available on the device.
36 - Device driver would instruct the ASIC to prepare all
39 that reside on the line card, according to the line card type
41 being physically connected or powered-up
42 * Setup splitter cable on line card ports
44 - As on the ordinary ports, user may provision a splitter
51 * Line card is not inserted or powered-down
53 - The carrier is always down
54 * Line card is inserted and powered up
56 - The carrier is decided as for ordinary port netdevice
61 The ``devlink-linecard`` mechanism supports the following line card states:
63 * ``unprovisioned``: Line card is not provisioned on the slot.
69 * ``active``: Line card is powered-up and active.
71 The following diagram provides a general overview of ``devlink-linecard``
74 +-------------------------+
76 +----------------------------------> unprovisioned |
78 | +--------|-------^--------+
81 | +--------v-------|--------+
85 | +------------|------------+
87 | +-----------------------------+
89 | +------------v------------+ +------------v------------+ +-------------------------+
90 | | | | ----> |
91 +----- provisioning_failed | | provisioned | | active |
92 | | | | <---- |
93 | +------------^------------+ +------------|------------+ +-------------------------+
96 | | +------------v------------+
100 | | +------------|------------+
102 | +-----------------------------+
104 +-----------------------------------------------+