Lines Matching +full:a +full:- +full:facing

1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * include/uapi/linux/devlink.h - Network physical device Netlink interface
146 DEVLINK_CMD_MAX = __DEVLINK_CMD_MAX - 1
161 /* static threshold - limiting the maximum number of bytes.
162 * dynamic threshold - limiting the maximum number of bytes
167 * While Free_Buffer is the amount of none-occupied buffer associated to
169 * The value range which can be passed is 0-20 and serves
171 * alpha = 2 ^ (passed_value - 10)
199 DEVLINK_PORT_FLAVOUR_PHYSICAL, /* Any kind of a port physically
200 * facing the user.
214 DEVLINK_PORT_FLAVOUR_VIRTUAL, /* Any virtual port facing the user. */
236 DEVLINK_PARAM_CMODE_MAX = __DEVLINK_PARAM_CMODE_MAX - 1
259 DEVLINK_ATTR_STATS_MAX = __DEVLINK_ATTR_STATS_MAX - 1
262 /* Specify what sections of a flash component can be overwritten when
267 * Documentation/networking/devlink/devlink-flash.rst
275 DEVLINK_FLASH_OVERWRITE_MAX_BIT = __DEVLINK_FLASH_OVERWRITE_MAX_BIT - 1
282 (_BITUL(__DEVLINK_FLASH_OVERWRITE_MAX_BIT) - 1)
289 DEVLINK_ATTR_SELFTEST_ID_MAX = __DEVLINK_ATTR_SELFTEST_ID_MAX - 1
305 DEVLINK_ATTR_SELFTEST_RESULT_MAX = __DEVLINK_ATTR_SELFTEST_RESULT_MAX - 1
309 * enum devlink_trap_action - Packet trap action.
310 * @DEVLINK_TRAP_ACTION_DROP: Packet is dropped by the device and a copy is not
313 * @DEVLINK_TRAP_ACTION_MIRROR: Packet is forwarded by the device and a copy is
323 * enum devlink_trap_type - Packet trap type.
324 * @DEVLINK_TRAP_TYPE_DROP: Trap reason is a drop. Trapped packets are only
354 DEVLINK_RELOAD_ACTION_DRIVER_REINIT, /* Driver entities re-instantiation */
359 DEVLINK_RELOAD_ACTION_MAX = __DEVLINK_RELOAD_ACTION_MAX - 1
370 DEVLINK_RELOAD_LIMIT_MAX = __DEVLINK_RELOAD_LIMIT_MAX - 1
373 #define DEVLINK_RELOAD_LIMITS_VALID_MASK (_BITUL(__DEVLINK_RELOAD_LIMIT_MAX) - 1)
385 DEVLINK_LINECARD_STATE_MAX = __DEVLINK_LINECARD_STATE_MAX - 1
392 /* bus name + dev name together are a handle for devlink entity */
618 * Documentation/netlink/specs/devlink.yaml and re-generate
623 DEVLINK_ATTR_MAX = __DEVLINK_ATTR_MAX - 1
634 /* Match type - specify the type of the match */
639 /* Action type - specify the action type */
692 DEVLINK_PORT_FUNCTION_ATTR_MAX = __DEVLINK_PORT_FUNCTION_ATTR_MAX - 1
701 * enum devlink_port_fn_opstate - indicates operational state of the function