Symbol: action_type
drivers/net/ethernet/intel/idpf/idpf_ethtool.c
241
acts->actions[0].action_type = cpu_to_le32(VIRTCHNL2_ACTION_QUEUE);
drivers/net/ethernet/intel/idpf/virtchnl2.h
1725
__le32 action_type;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
670
MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
1697
MLX5_SET(set_action_in, action[0], action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
1704
MLX5_SET(set_action_in, action[1], action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c
1712
MLX5_SET(set_action_in, action[2], action_type,
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c
150
MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.c
393
MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
279
MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
3410
MLX5_SET(set_action_in, action, action_type, cmd);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
561
MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_ofld.c
76
MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c
1102
MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
62
MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
2305
MLX5_SET(copy_action_in, modact, action_type, MLX5_ACTION_TYPE_COPY);
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c
269
MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
1340
MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY);
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
1762
MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
2216
MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1008
MLX5_SET(stc_ste_param_remove, mh_data, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
102
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_HEADER_REMOVE;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1024
MLX5_SET(stc_ste_param_insert, mh_data, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1035
MLX5_SET(stc_ste_param_remove_words, mh_data, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
110
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_REMOVE_WORDS;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1268
MLX5_GET(set_action_in, pattern[i].data, action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1391
enum mlx5hws_action_type action_type = dests[i].dest->type;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1394
switch (action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1836
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_STE_TABLE;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2026
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_NOP;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2061
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_ALLOW;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2455
enum mlx5hws_action_type *action_type = at->action_type_arr;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2479
switch (action_type[i]) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
253
switch (stc_attr->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
256
fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_DROP;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2597
i, action_type[i]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2618
mlx5hws_action_template_create(enum mlx5hws_action_type action_type[])
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2628
while (action_type[num_actions++] != MLX5HWS_ACTION_TYP_LAST)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2632
at->action_type_arr = kzalloc_objs(*action_type, num_actions);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2637
at->action_type_arr[i] = action_type[i];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
275
fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_NOP;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
284
fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_VPORT;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
301
fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_UPLINK;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
352
stc_attr->action_type, table_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
370
stc_attr->action_type, table_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
378
cleanup_stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_DROP;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
397
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_DROP;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
414
u8 action_type = MLX5_GET(set_action_in, &pattern, action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
416
switch (action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
426
mlx5hws_err(ctx, "Unsupported action type: 0x%x\n", action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
439
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_TAG;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
443
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_DROP;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
447
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_ALLOW;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
452
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_COUNTER;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
464
attr->action_type = hws_action_get_mh_stc_type(action->ctx,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
467
if (attr->action_type == MLX5_IFC_STC_ACTION_TYPE_ADD ||
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
468
attr->action_type == MLX5_IFC_STC_ACTION_TYPE_SET)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
471
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_ACC_MODIFY_LIST;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
479
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_FT;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
484
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_HEADER_REMOVE;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
498
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_HEADER_INSERT;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
508
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_ASO;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
515
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_VPORT;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
521
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_REMOVE_WORDS;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
528
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_HEADER_INSERT;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
538
attr->action_type = MLX5_IFC_STC_ACTION_TYPE_REMOVE_WORDS;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
620
enum mlx5hws_action_type action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
628
"Action (type: %d) flags must specify only HWS FDB\n", action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
642
action[i].type = action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
65
const char *mlx5hws_action_type_to_str(enum mlx5hws_action_type action_type)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
651
enum mlx5hws_action_type action_type)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
653
return hws_action_create_generic_bulk(ctx, flags, action_type, 1);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
67
return mlx5hws_action_type_str[action_type];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
754
enum mlx5hws_action_type action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
762
action = hws_action_create_generic(ctx, flags, action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.h
208
const char *mlx5hws_action_type_to_str(enum mlx5hws_action_type action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action_ste_pool.c
119
stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_STE_TABLE;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc_complex.c
545
action_type, MLX5_MODIFICATION_TYPE_SET);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
470
switch (stc_attr->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
487
MLX5_SET(stc_ste_param_remove, stc_param, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
497
MLX5_SET(stc_ste_param_insert, stc_param, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
550
MLX5_SET(stc_ste_param_remove_words, stc_param, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
574
mlx5_core_err(mdev, "Not supported type %d\n", stc_attr->action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
601
MLX5_SET(stc, attr, action_type, stc_attr->action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
615
stc_attr->action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.c
695
type = MLX5_GET(set_action_in, &pattern_data[i], action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/cmd.h
105
enum mlx5_ifc_stc_action_type action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
72
enum mlx5hws_action_type action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
87
action_type = at->action_type_arr[j];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
88
seq_printf(f, ",%s", mlx5hws_action_type_to_str(action_type));
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c
30
enum mlx5hws_action_type action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c
45
action_type = MLX5HWS_ACTION_TYP_REFORMAT_TNL_L2_TO_L2;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c
47
mlx5hws_action_create_reformat(ctx, action_type, 1,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws.h
363
mlx5hws_action_template_create(enum mlx5hws_action_type action_type[]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
111
MLX5_GET(set_action_in, &actions[i], action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
45
action_id = MLX5_GET(set_action_in, &actions[i], action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
478
hws_action_modify_check_field_limitation(u8 action_type, __be64 *pattern)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
487
hws_action_modify_get_target_fields(u8 action_type, __be64 *pattern,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
490
switch (action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
501
pr_warn("HWS: invalid modify header action type %d\n", action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
510
u8 action_type =
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
511
MLX5_GET(set_action_in, &pattern[i], action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
512
if (action_type >= MLX5_MODIFICATION_TYPE_MAX) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
513
mlx5hws_err(ctx, "Unsupported action id %d\n", action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
516
if (hws_action_modify_check_field_limitation(action_type, &pattern[i])) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
530
u8 action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
547
action_type = MLX5_GET(set_action_in, &pattern[i], action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
548
hws_action_modify_get_target_fields(action_type, &pattern[i],
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
569
MLX5_SET(set_action_in, &new_pat[j], action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/prm.h
283
u8 action_type[0x4];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/prm.h
293
u8 action_type[0x4];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/prm.h
303
u8 action_type[0x4];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/prm.h
351
u8 action_type[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1006
action->action_type = action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1214
switch (dest_action->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1432
switch (action->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1438
if (action->action_type == DR_ACTION_TYP_L2_TO_TNL_L2)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1509
mlx5dr_info(dmn, "Reformat type is not supported %d\n", action->action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1550
enum mlx5dr_action_type action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1557
ret = dr_action_reformat_to_action_type(reformat_type, &action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1563
ret = dr_action_verify_reformat_params(action_type, dmn,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1569
action = dr_action_create_generic(action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1746
action = MLX5_GET(set_action_in, sw_action, action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1868
u8 action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1871
action_type = MLX5_GET(set_action_in, sw_action, action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1873
switch (action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
1891
action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
2183
switch (action->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
506
enum mlx5dr_action_type *action_type)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
510
*action_type = DR_ACTION_TYP_TNL_L2_TO_L2;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
513
*action_type = DR_ACTION_TYP_L2_TO_TNL_L2;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
516
*action_type = DR_ACTION_TYP_TNL_L3_TO_L2;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
519
*action_type = DR_ACTION_TYP_L2_TO_TNL_L3;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
522
*action_type = DR_ACTION_TYP_INSERT_HDR;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
525
*action_type = DR_ACTION_TYP_REMOVE_HDR;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
579
u32 action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
585
*state = next_action_state[action_domain][cur_state][action_type];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
599
switch (dest_action->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
673
dr_action_id_to_str(actions[i]->action_type),
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
674
actions[i]->action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
783
u32 action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
786
action_type = action->action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
788
switch (action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
928
mlx5dr_err(dmn, "Unsupported action type %d\n", action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
933
if (++action_type_set[action_type] > max_actions_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
935
action_type, max_actions_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
941
action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
992
dr_action_create_generic(enum mlx5dr_action_type action_type)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
997
if (action_type < DR_ACTION_TYP_MAX)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
998
extra_size = action_size[action_type];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
218
switch (action->action_type) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_fw.c
43
MLX5_SET(set_action_in, &modify_ttl_action, action_type, MLX5_ACTION_TYPE_ADD);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v0.c
347
MLX5_SET(ste_sx_transmit, hw_ste_p, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v0.c
360
MLX5_SET(ste_sx_transmit, hw_ste_p, action_type,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_table.c
51
if (action && action->action_type != DR_ACTION_TYP_FT)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_types.h
1120
enum mlx5dr_action_type action_type;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr.h
52
u8 action_type[0x3];
drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
61
MLXSW_ITEM32(afa, all, action_type, 0x00, 24, 6);
drivers/net/ethernet/mellanox/mlxsw/reg.h
8025
MLXSW_ITEM32(reg, ralue, action_type, 0x1C, 0, 2);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1112
enum mmal_msg_port_action_type action_type)
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1122
m.u.port_action_port.action = action_type;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1143
port_action_type_names[action_type], action_type);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1154
enum mmal_msg_port_action_type action_type,
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1167
m.u.port_action_handle.action = action_type;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1190
port_action_type_names[action_type],
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1191
action_type, connect_component_handle, connect_port_handle);
include/linux/mlx5/mlx5_ifc.h
7251
u8 action_type[0x4];
include/linux/mlx5/mlx5_ifc.h
7262
u8 action_type[0x4];
include/linux/mlx5/mlx5_ifc.h
7270
u8 action_type[0x4];
net/openvswitch/openvswitch_trace.h
38
__field( u8, action_type )
net/openvswitch/openvswitch_trace.h
63
__entry->action_type = nla_type(a);
net/openvswitch/openvswitch_trace.h
78
__entry->action_type, __entry->action_len,
tools/tracing/rtla/src/actions.c
132
enum action_type type = ACTION_NONE;
tools/tracing/rtla/src/actions.h
15
enum action_type type;