/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ste_v1.h | 26 void dr_ste_v1_set_action_set(u8 *d_action, u8 hw_field, u8 shifter, 28 void dr_ste_v1_set_action_add(u8 *d_action, u8 hw_field, u8 shifter,
|
H A D | dr_ste.h | 179 u8 shifter, 184 u8 shifter,
|
H A D | dr_ste_v1.c | 987 u8 shifter, in dr_ste_v1_set_action_set() 991 shifter += MLX5_MODIFY_HEADER_V1_QW_OFFSET; in dr_ste_v1_set_action_set() 994 MLX5_SET(ste_double_action_set_v1, d_action, destination_left_shifter, shifter); in dr_ste_v1_set_action_set() 1001 u8 shifter, in dr_ste_v1_set_action_add() 1005 shifter += MLX5_MODIFY_HEADER_V1_QW_OFFSET; in dr_ste_v1_set_action_add() 1008 MLX5_SET(ste_double_action_add_v1, d_action, destination_left_shifter, shifter); in dr_ste_v1_set_action_add() 985 dr_ste_v1_set_action_set(u8 *d_action, u8 hw_field, u8 shifter, u8 length, u32 data) dr_ste_v1_set_action_set() argument 999 dr_ste_v1_set_action_add(u8 *d_action, u8 hw_field, u8 shifter, u8 length, u32 data) dr_ste_v1_set_action_add() argument
|
H A D | dr_ste_v0.c | 546 u8 shifter, in dr_ste_v0_set_action_set() 553 MLX5_SET(dr_action_hw_set, hw_action, destination_left_shifter, shifter); in dr_ste_v0_set_action_set() 560 u8 shifter, in dr_ste_v0_set_action_add() 567 MLX5_SET(dr_action_hw_set, hw_action, destination_left_shifter, shifter); in dr_ste_v0_set_action_add() 544 dr_ste_v0_set_action_set(u8 *hw_action, u8 hw_field, u8 shifter, u8 length, u32 data) dr_ste_v0_set_action_set() argument 558 dr_ste_v0_set_action_add(u8 *hw_action, u8 hw_field, u8 shifter, u8 length, u32 data) dr_ste_v0_set_action_add() argument
|
H A D | dr_ste.c | 591 u8 shifter, in mlx5dr_ste_set_action_set() 596 hw_field, shifter, length, data); in mlx5dr_ste_set_action_set() 602 u8 shifter, in mlx5dr_ste_set_action_add() 607 hw_field, shifter, length, data); in mlx5dr_ste_set_action_add() 588 mlx5dr_ste_set_action_set(struct mlx5dr_ste_ctx *ste_ctx, __be64 *hw_action, u8 hw_field, u8 shifter, u8 length, u32 data) mlx5dr_ste_set_action_set() argument 599 mlx5dr_ste_set_action_add(struct mlx5dr_ste_ctx *ste_ctx, __be64 *hw_action, u8 hw_field, u8 shifter, u8 length, u32 data) mlx5dr_ste_set_action_add() argument
|
H A D | dr_types.h | 323 u8 shifter, 329 u8 shifter,
|
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 1066 u32 shifter; in bcm2711_pull_config_set() local 1071 shifter = PUD_2711_REG_SHIFT(pin); in bcm2711_pull_config_set() 1074 value &= ~(PUD_2711_MASK << shifter); in bcm2711_pull_config_set() 1075 value |= (arg << shifter); in bcm2711_pull_config_set()
|
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 1085 u32 shifter; in bcm2711_pull_config_set() local 1090 shifter = PUD_2711_REG_SHIFT(pin); in bcm2711_pull_config_set() 1093 value &= ~(PUD_2711_MASK << shifter); in bcm2711_pull_config_set() 1094 value |= (arg << shifter); in bcm2711_pull_config_set()
|