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
136 DEVLINK_CMD_MAX = __DEVLINK_CMD_MAX - 1
151 /* static threshold - limiting the maximum number of bytes.
152 * dynamic threshold - limiting the maximum number of bytes
157 * While Free_Buffer is the amount of none-occupied buffer associated to
159 * The value range which can be passed is 0-20 and serves
161 * alpha = 2 ^ (passed_value - 10)
189 DEVLINK_PORT_FLAVOUR_PHYSICAL, /* Any kind of a port physically
190 * facing the user.
204 DEVLINK_PORT_FLAVOUR_VIRTUAL, /* Any virtual port facing the user. */
226 DEVLINK_PARAM_CMODE_MAX = __DEVLINK_PARAM_CMODE_MAX - 1
249 DEVLINK_ATTR_STATS_MAX = __DEVLINK_ATTR_STATS_MAX - 1
252 /* Specify what sections of a flash component can be overwritten when
257 * Documentation/networking/devlink/devlink-flash.rst
265 DEVLINK_FLASH_OVERWRITE_MAX_BIT = __DEVLINK_FLASH_OVERWRITE_MAX_BIT - 1
272 (_BITUL(__DEVLINK_FLASH_OVERWRITE_MAX_BIT) - 1)
275 * enum devlink_trap_action - Packet trap action.
276 * @DEVLINK_TRAP_ACTION_DROP: Packet is dropped by the device and a copy is not
279 * @DEVLINK_TRAP_ACTION_MIRROR: Packet is forwarded by the device and a copy is
289 * enum devlink_trap_type - Packet trap type.
290 * @DEVLINK_TRAP_TYPE_DROP: Trap reason is a drop. Trapped packets are only
320 DEVLINK_RELOAD_ACTION_DRIVER_REINIT, /* Driver entities re-instantiation */
325 DEVLINK_RELOAD_ACTION_MAX = __DEVLINK_RELOAD_ACTION_MAX - 1
336 DEVLINK_RELOAD_LIMIT_MAX = __DEVLINK_RELOAD_LIMIT_MAX - 1
339 #define DEVLINK_RELOAD_LIMITS_VALID_MASK (_BITUL(__DEVLINK_RELOAD_LIMIT_MAX) - 1)
345 /* bus name + dev name together are a handle for devlink entity */
557 DEVLINK_ATTR_MAX = __DEVLINK_ATTR_MAX - 1
568 /* Match type - specify the type of the match */
573 /* Action type - specify the action type */
607 DEVLINK_PORT_FUNCTION_ATTR_MAX = __DEVLINK_PORT_FUNCTION_ATTR_MAX - 1
616 * enum devlink_port_fn_opstate - indicates operational state of the function