Home
last modified time | relevance | path

Searched refs:DEVLINK_LINECARD_STATE_UNPROVISIONING (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Ddevlink.h376 DEVLINK_LINECARD_STATE_UNPROVISIONING, enumerator
/Linux-v6.1/net/core/
Ddevlink.c2288 if (linecard->state == DEVLINK_LINECARD_STATE_UNPROVISIONING) { in devlink_linecard_type_set()
2351 if (linecard->state == DEVLINK_LINECARD_STATE_UNPROVISIONING) { in devlink_linecard_type_unset()
2369 linecard->state = DEVLINK_LINECARD_STATE_UNPROVISIONING; in devlink_linecard_type_unset()
10583 case DEVLINK_LINECARD_STATE_UNPROVISIONING: in devlink_linecard_deactivate()