Home
last modified time | relevance | path

Searched defs:devlink (Results 1 – 25 of 87) sorted by relevance

1234

/linux/net/devlink/
H A Dcore.c21 struct devlink *devlink; in devlinks_xa_get() local
74 struct devlink *devlink; devlink_rel_nested_in_notify_work() local
131 devlink_rel_put(struct devlink * devlink) devlink_rel_put() argument
151 devlink_rel_nested_in_add(u32 * rel_index,u32 devlink_index,u32 obj_index,devlink_rel_notify_cb_t * notify_cb,devlink_rel_cleanup_cb_t * cleanup_cb,struct devlink * devlink) devlink_rel_nested_in_add() argument
185 devlink_rel_nested_in_notify(struct devlink * devlink) devlink_rel_nested_in_notify() argument
217 devlink_rel_devlink_handle_put(struct sk_buff * msg,struct devlink * devlink,u32 rel_index,int attrtype,bool * msg_updated) devlink_rel_devlink_handle_put() argument
235 devlink_priv(struct devlink * devlink) devlink_priv() argument
247 devlink_to_dev(const struct devlink * devlink) devlink_to_dev() argument
253 devlink_net(const struct devlink * devlink) devlink_net() argument
259 devl_assert_locked(struct devlink * devlink) devl_assert_locked() argument
267 devl_lock_is_held(struct devlink * devlink) devl_lock_is_held() argument
274 devl_lock(struct devlink * devlink) devl_lock() argument
280 devl_trylock(struct devlink * devlink) devl_trylock() argument
286 devl_unlock(struct devlink * devlink) devl_unlock() argument
301 devlink_try_get(struct devlink * devlink) devlink_try_get() argument
310 struct devlink *devlink; devlink_release() local
320 devlink_put(struct devlink * devlink) devlink_put() argument
328 struct devlink *devlink = NULL; devlinks_xa_find_get() local
355 devl_register(struct devlink * devlink) devl_register() argument
368 devlink_register(struct devlink * devlink) devlink_register() argument
380 devl_unregister(struct devlink * devlink) devl_unregister() argument
391 devlink_unregister(struct devlink * devlink) devlink_unregister() argument
415 struct devlink *devlink; devlink_alloc_ns() local
468 devlink_free(struct devlink * devlink) devlink_free() argument
497 struct devlink *devlink; devlink_pernet_pre_exit() local
[all...]
H A Drate.c22 devlink_rate_leaf_get_from_info(struct devlink *devlink, struct genl_info *info) in devlink_rate_leaf_get_from_info()
35 devlink_rate_node_get_by_name(struct devlink *devlink, const char *node_name) in devlink_rate_node_get_by_name()
48 devlink_rate_node_get_from_attrs(struct devlink *devlink, struct nlattr **attrs) in devlink_rate_node_get_from_attrs()
65 devlink_rate_node_get_from_info(struct devlink *devlink, struct genl_info *info) in devlink_rate_node_get_from_info()
71 devlink_rate_get_from_info(struct devlink *devlink, struct genl_info *info) in devlink_rate_get_from_info()
111 struct devlink *devlink = devlink_rate->devlink; in devlink_nl_rate_fill() local
169 struct devlink *devlink = devlink_rate->devlink; in devlink_rate_notify() local
191 void devlink_rates_notify_register(struct devlink *devlink) in devlink_rates_notify_register()
199 void devlink_rates_notify_unregister(struct devlink *devlink) in devlink_rates_notify_unregister()
208 devlink_nl_rate_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_rate_get_dump_one()
[all …]
H A Dparam.c160 devlink_param_get(struct devlink * devlink,const struct devlink_param * param,struct devlink_param_gset_ctx * ctx) devlink_param_get() argument
169 devlink_param_set(struct devlink * devlink,const struct devlink_param * param,struct devlink_param_gset_ctx * ctx,struct netlink_ext_ack * extack) devlink_param_set() argument
234 devlink_nl_param_fill(struct sk_buff * msg,struct devlink * devlink,unsigned int port_index,struct devlink_param_item * param_item,enum devlink_command cmd,u32 portid,u32 seq,int flags) devlink_nl_param_fill() argument
322 devlink_param_notify(struct devlink * devlink,unsigned int port_index,struct devlink_param_item * param_item,enum devlink_command cmd) devlink_param_notify() argument
354 devlink_params_notify(struct devlink * devlink,enum devlink_command cmd) devlink_params_notify() argument
364 devlink_params_notify_register(struct devlink * devlink) devlink_params_notify_register() argument
369 devlink_params_notify_unregister(struct devlink * devlink) devlink_params_notify_unregister() argument
375 devlink_nl_param_get_dump_one(struct sk_buff * msg,struct devlink * devlink,struct netlink_callback * cb,int flags) devlink_nl_param_get_dump_one() argument
483 struct devlink *devlink = info->user_ptr[0]; devlink_nl_param_get_doit() local
507 __devlink_nl_cmd_param_set_doit(struct devlink * devlink,unsigned int port_index,struct xarray * params,struct genl_info * info,enum devlink_command cmd) __devlink_nl_cmd_param_set_doit() argument
564 struct devlink *devlink = info->user_ptr[0]; devlink_nl_param_set_doit() local
601 devlink_param_register(struct devlink * devlink,const struct devlink_param * param) devlink_param_register() argument
633 devlink_param_unregister(struct devlink * devlink,const struct devlink_param * param) devlink_param_unregister() argument
655 devl_params_register(struct devlink * devlink,const struct devlink_param * params,size_t params_count) devl_params_register() argument
681 devlink_params_register(struct devlink * devlink,const struct devlink_param * params,size_t params_count) devlink_params_register() argument
700 devl_params_unregister(struct devlink * devlink,const struct devlink_param * params,size_t params_count) devl_params_unregister() argument
714 devlink_params_unregister(struct devlink * devlink,const struct devlink_param * params,size_t params_count) devlink_params_unregister() argument
747 devl_param_driverinit_value_get(struct devlink * devlink,u32 param_id,union devlink_param_value * val) devl_param_driverinit_value_get() argument
784 devl_param_driverinit_value_set(struct devlink * devlink,u32 param_id,union devlink_param_value init_val) devl_param_driverinit_value_set() argument
806 devlink_params_driverinit_load_new(struct devlink * devlink) devlink_params_driverinit_load_new() argument
834 devl_param_value_changed(struct devlink * devlink,u32 param_id) devl_param_value_changed() argument
[all...]
H A Dsb.c24 static struct devlink_sb *devlink_sb_get_by_index(struct devlink *devlink, in devlink_sb_get_by_index()
36 static bool devlink_sb_index_exists(struct devlink *devlink, in devlink_sb_index_exists()
42 static struct devlink_sb *devlink_sb_get_from_attrs(struct devlink *devlink, in devlink_sb_get_from_attrs()
57 static struct devlink_sb *devlink_sb_get_from_info(struct devlink *devlink, in devlink_sb_get_from_info()
167 static int devlink_nl_sb_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_fill()
207 struct devlink *devlink = info->user_ptr[0]; in devlink_nl_sb_get_doit() local
232 devlink_nl_sb_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_get_dump_one()
264 static int devlink_nl_sb_pool_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_pool_fill()
309 struct devlink *devlink = info->user_ptr[0]; in devlink_nl_sb_pool_get_doit() local
343 struct devlink *devlink, in __sb_pool_get_dumpit()
[all …]
H A Dlinecard.c11 struct devlink *devlink; member
29 devlink_linecard_get_by_index(struct devlink *devlink, in devlink_linecard_get_by_index()
41 static bool devlink_linecard_index_exists(struct devlink *devlink, in devlink_linecard_index_exists()
48 devlink_linecard_get_from_attrs(struct devlink *devlink, struct nlattr **attrs) in devlink_linecard_get_from_attrs()
63 devlink_linecard_get_from_info(struct devlink *devlink, struct genl_info *info) in devlink_linecard_get_from_info()
74 struct devlink *devlink, in devlink_nl_linecard_fill()
132 struct devlink *devlink = linecard->devlink; in devlink_linecard_notify() local
156 void devlink_linecards_notify_register(struct devlink *devlink) in devlink_linecards_notify_register()
164 void devlink_linecards_notify_unregister(struct devlink *devlink) in devlink_linecards_notify_unregister()
174 struct devlink *devlink = info->user_ptr[0]; in devlink_nl_linecard_get_doit() local
[all …]
H A Dport.c27 struct devlink_port *devlink_port_get_by_index(struct devlink *devlink, in devlink_port_get_by_index() argument
33 struct devlink_port *devlink_port_get_from_attrs(struct devlink *devlink, in devlink_port_get_from_attrs() argument
48 struct devlink_port *devlink_port_get_from_info(struct devlink *devlink, in devlink_port_get_from_info() argument
221 struct devlink *devlink = devlink_port->devlink; devlink_nl_port_handle_size() local
491 struct devlink *devlink = devlink_port->devlink; devlink_nl_port_fill() local
549 struct devlink *devlink = devlink_port->devlink; devlink_port_notify() local
574 devlink_ports_notify(struct devlink * devlink,enum devlink_command cmd) devlink_ports_notify() argument
584 devlink_ports_notify_register(struct devlink * devlink) devlink_ports_notify_register() argument
589 devlink_ports_notify_unregister(struct devlink * devlink) devlink_ports_notify_unregister() argument
616 devlink_nl_port_get_dump_one(struct sk_buff * msg,struct devlink * devlink,struct netlink_callback * cb,int flags) devlink_nl_port_get_dump_one() argument
859 struct devlink *devlink = info->user_ptr[0]; devlink_nl_port_split_doit() local
890 struct devlink *devlink = info->user_ptr[0]; devlink_nl_port_unsplit_doit() local
901 struct devlink *devlink = info->user_ptr[0]; devlink_nl_port_new_doit() local
965 struct devlink *devlink = info->user_ptr[0]; devlink_nl_port_del_doit() local
1020 devlink_port_init(struct devlink * devlink,struct devlink_port * devlink_port) devlink_port_init() argument
1063 devl_port_register_with_ops(struct devlink * devlink,struct devlink_port * devlink_port,unsigned int port_index,const struct devlink_port_ops * ops) devl_port_register_with_ops() argument
1109 devlink_port_register_with_ops(struct devlink * devlink,struct devlink_port * devlink_port,unsigned int port_index,const struct devlink_port_ops * ops) devlink_port_register_with_ops() argument
1151 struct devlink *devlink = devlink_port->devlink; devlink_port_unregister() local
1287 struct devlink *devlink; devlink_port_netdevice_event() local
1457 devlink_port_rel_notify_cb(struct devlink * devlink,u32 port_index) devlink_port_rel_notify_cb() argument
1467 devlink_port_rel_cleanup_cb(struct devlink * devlink,u32 port_index,u32 rel_index) devlink_port_rel_cleanup_cb() argument
[all...]
H A Dnetlink.c134 struct devlink *devlink, int attrtype) in devlink_nl_put_nested_handle()
184 struct devlink *devlink; in devlink_get_from_attrs_lock() local
214 struct devlink *devlink; in __devlink_nl_pre_doit() local
272 struct devlink *devlink; in __devlink_nl_post_doit() local
297 struct devlink *devlink; in devlink_nl_inst_single_dumpit() local
318 struct devlink *devlink; in devlink_nl_inst_iter_dumpit() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c15 static int mlx5_devlink_flash_update(struct devlink *devlink, in mlx5_devlink_flash_update()
91 mlx5_devlink_info_get(struct devlink *devlink, struct devlink_info_req *req, in mlx5_devlink_info_get()
141 static int mlx5_devlink_reload_fw_activate(struct devlink *devlink, struct netlink_ext_ack *extack) in mlx5_devlink_reload_fw_activate()
172 static int mlx5_devlink_trigger_fw_live_patch(struct devlink *devlink, in mlx5_devlink_trigger_fw_live_patch()
191 static int mlx5_devlink_reload_down(struct devlink *devlink, bool netns_change, in mlx5_devlink_reload_down()
240 static int mlx5_devlink_reload_up(struct devlink *devlink, enum devlink_reload_action action, in mlx5_devlink_reload_up()
286 static int mlx5_devlink_trap_init(struct devlink *devlink, const struct devlink_trap *trap, in mlx5_devlink_trap_init()
310 static void mlx5_devlink_trap_fini(struct devlink *devlink, const struct devlink_trap *trap, in mlx5_devlink_trap_fini()
325 static int mlx5_devlink_trap_action_set(struct devlink *devlink, in mlx5_devlink_trap_action_set()
402 struct devlink *devlink = priv_to_devlink(dev); in mlx5_devlink_trap_report() local
[all …]
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_devlink.c10 static int ena_devlink_enable_phc_validate(struct devlink *devlink, u32 id, in ena_devlink_enable_phc_validate()
35 void ena_devlink_params_get(struct devlink *devlink) in ena_devlink_params_get()
52 void ena_devlink_disable_phc_param(struct devlink *devlink) in ena_devlink_disable_phc_param()
62 static void ena_devlink_port_register(struct devlink *devlink) in ena_devlink_port_register()
72 static void ena_devlink_port_unregister(struct devlink *devlink) in ena_devlink_port_unregister()
79 static int ena_devlink_reload_down(struct devlink *devlink, in ena_devlink_reload_down()
102 static int ena_devlink_reload_up(struct devlink *devlink, in ena_devlink_reload_up()
135 static int ena_devlink_configure_params(struct devlink *devlink) in ena_devlink_configure_params()
159 struct devlink *devlink; in ena_devlink_alloc() local
183 static void ena_devlink_configure_params_clean(struct devlink *devlink) in ena_devlink_configure_params_clean()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_devlink.c10 static int otx2_dl_mcam_count_validate(struct devlink *devlink, u32 id, in otx2_dl_mcam_count_validate()
34 static int otx2_dl_mcam_count_set(struct devlink *devlink, u32 id, in otx2_dl_mcam_count_set()
50 static int otx2_dl_mcam_count_get(struct devlink *devlink, u32 id, in otx2_dl_mcam_count_get()
68 static int otx2_dl_ucast_flt_cnt_set(struct devlink *devlink, u32 id, in otx2_dl_ucast_flt_cnt_set()
86 static int otx2_dl_ucast_flt_cnt_get(struct devlink *devlink, u32 id, in otx2_dl_ucast_flt_cnt_get()
97 static int otx2_dl_ucast_flt_cnt_validate(struct devlink *devlink, u32 id, in otx2_dl_ucast_flt_cnt_validate()
146 static int otx2_devlink_eswitch_mode_get(struct devlink *devlink, u16 *mode) in otx2_devlink_eswitch_mode_get()
159 static int otx2_devlink_eswitch_mode_set(struct devlink *devlink, u16 mode, in otx2_devlink_eswitch_mode_set()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_devlink.c8 static int hclge_devlink_scc_info_get(struct devlink *devlink, in hclge_devlink_scc_info_get()
36 static int hclge_devlink_info_get(struct devlink *devlink, in hclge_devlink_info_get()
70 static int hclge_devlink_reload_down(struct devlink *devlink, bool netns_change, in hclge_devlink_reload_down()
104 static int hclge_devlink_reload_up(struct devlink *devlink, in hclge_devlink_reload_up()
144 struct devlink *devlink; in hclge_devlink_init() local
161 struct devlink *devlink = hdev->devlink; in hclge_devlink_uninit() local
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c271 static int ice_devlink_info_get(struct devlink *devlink, in ice_devlink_info_get()
474 ice_devlink_reload_down(struct devlink *devlink, bool netns_change, in ice_devlink_reload_down()
615 static int ice_devlink_tx_sched_layers_get(struct devlink *devlink, u32 id, in ice_devlink_tx_sched_layers_get()
637 static int ice_devlink_tx_sched_layers_set(struct devlink *devlink, u32 id, in ice_devlink_tx_sched_layers_set()
669 static int ice_devlink_tx_sched_layers_validate(struct devlink *devlink, u32 id, in ice_devlink_tx_sched_layers_validate()
690 struct devlink *devlink; in ice_tear_down_devlink_rate_tree() local
749 static void ice_traverse_tx_tree(struct devlink *devlink, struct ice_sched_node *node, in ice_traverse_tx_tree()
806 int ice_devlink_rate_init_tx_topology(struct devlink *devlink, struct ice_vsi *vsi) in ice_devlink_rate_init_tx_topology()
1210 struct devlink *devlink = priv_to_devlink(pf); in ice_set_min_max_msix() local
1284 ice_devlink_reload_up(struct devlink *devlink, in ice_devlink_reload_up()
[all …]
H A Dport.c182 ice_devlink_port_split(struct devlink *devlink, struct devlink_port *port, in ice_devlink_port_split()
255 ice_devlink_port_unsplit(struct devlink *devlink, struct devlink_port *port, in ice_devlink_port_unsplit()
329 struct devlink *devlink; in ice_devlink_create_pf_port() local
420 struct devlink *devlink = port->devlink; in ice_devlink_port_set_vf_fn_mac() local
448 struct devlink *devlink; in ice_devlink_create_vf_port() local
508 struct devlink *devlink; in ice_devlink_create_sf_dev_port() local
667 ice_devlink_port_del(struct devlink *devlink, struct devlink_port *port, in ice_devlink_port_del()
864 struct devlink *devlink; in ice_devlink_create_sf_port() local
982 ice_devlink_port_new(struct devlink *devlink, in ice_devlink_port_new()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_devlink.c64 nfp_devlink_port_split(struct devlink *devlink, struct devlink_port *port, in nfp_devlink_port_split()
92 nfp_devlink_port_unsplit(struct devlink *devlink, struct devlink_port *port, in nfp_devlink_port_unsplit()
120 nfp_devlink_sb_pool_get(struct devlink *devlink, unsigned int sb_index, in nfp_devlink_sb_pool_get()
129 nfp_devlink_sb_pool_set(struct devlink *devlink, unsigned int sb_index, in nfp_devlink_sb_pool_set()
140 static int nfp_devlink_eswitch_mode_get(struct devlink *devlink, u16 *mode) in nfp_devlink_eswitch_mode_get()
147 static int nfp_devlink_eswitch_mode_set(struct devlink *devlink, u16 mode, in nfp_devlink_eswitch_mode_set()
238 nfp_devlink_info_get(struct devlink *devlink, struct devlink_info_req *req, in nfp_devlink_info_get()
311 nfp_devlink_flash_update(struct devlink *devlink, in nfp_devlink_flash_update()
336 struct devlink *devlink; in nfp_devlink_port_register() local
H A Ddevlink_param.c83 nfp_devlink_param_u8_get(struct devlink *devlink, u32 id, in nfp_devlink_param_u8_get()
134 nfp_devlink_param_u8_set(struct devlink *devlink, u32 id, in nfp_devlink_param_u8_set()
171 nfp_devlink_param_u8_validate(struct devlink *devlink, u32 id, in nfp_devlink_param_u8_validate()
230 struct devlink *devlink = priv_to_devlink(pf); in nfp_devlink_params_register() local
H A Dnfp_net_main.c299 struct devlink *devlink = priv_to_devlink(pf); in nfp_net_pf_app_init() local
347 struct devlink *devlink = priv_to_devlink(pf); in nfp_net_pf_app_clean() local
594 struct devlink *devlink = priv_to_devlink(pf); in nfp_net_refresh_port_table_sync() local
649 struct devlink *devlink = priv_to_devlink(pf); in nfp_net_refresh_vnics() local
692 struct devlink *devlink = priv_to_devlink(pf); in nfp_net_pci_probe() local
808 struct devlink *devlink = priv_to_devlink(pf); in nfp_net_pci_remove() local
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_devlink.c8 static int hclgevf_devlink_info_get(struct devlink *devlink, in hclgevf_devlink_info_get()
32 static int hclgevf_devlink_reload_down(struct devlink *devlink, in hclgevf_devlink_reload_down()
67 static int hclgevf_devlink_reload_up(struct devlink *devlink, in hclgevf_devlink_reload_up()
107 struct devlink *devlink; in hclgevf_devlink_init() local
125 struct devlink *devlink = hdev->devlink; in hclgevf_devlink_uninit() local
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_devlink.c73 static int bnge_devlink_info_get(struct devlink *devlink, in bnge_devlink_info_get()
268 struct devlink *devlink = priv_to_devlink(bd); in bnge_devlink_free() local
275 struct devlink *devlink; in bnge_devlink_alloc() local
298 struct devlink *devlink = priv_to_devlink(bd); in bnge_devlink_register() local
304 struct devlink *devlink = priv_to_devlink(bd); in bnge_devlink_unregister() local
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_devlink.c14 void fun_devlink_free(struct devlink *devlink) in fun_devlink_free()
19 void fun_devlink_register(struct devlink *devlink) in fun_devlink_register()
24 void fun_devlink_unregister(struct devlink *devlink) in fun_devlink_unregister()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Ddevlink.c14 struct devlink *devlink; in mlx5e_create_devlink() local
34 struct devlink *devlink = priv_to_devlink(mlx5e_dev); in mlx5e_destroy_devlink() local
53 struct devlink *devlink = priv_to_devlink(mlx5e_dev); in mlx5e_devlink_port_register() local
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecard_dev.c100 static int mlxsw_linecard_dev_devlink_info_get(struct devlink *devlink, in mlxsw_linecard_dev_devlink_info_get()
111 mlxsw_linecard_dev_devlink_flash_update(struct devlink *devlink, in mlxsw_linecard_dev_devlink_flash_update()
134 struct devlink *devlink; in mlxsw_linecard_bdev_probe() local
158 struct devlink *devlink = priv_to_devlink(linecard_bdev->linecard_dev); in mlxsw_linecard_bdev_remove() local
/linux/drivers/net/ethernet/intel/ixgbe/devlink/
H A Dregion.c46 static int ixgbe_devlink_nvm_snapshot(struct devlink *devlink, in ixgbe_devlink_nvm_snapshot()
122 static int ixgbe_devlink_devcaps_snapshot(struct devlink *devlink, in ixgbe_devlink_devcaps_snapshot()
167 static int ixgbe_devlink_nvm_read(struct devlink *devlink, in ixgbe_devlink_nvm_read()
233 struct devlink *devlink = adapter->devlink; in ixgbe_devlink_init_regions() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddriver.c11 static int mlx5_core_peer_devlink_set(struct mlx5_sf_dev *sf_dev, struct devlink *devlink) in mlx5_core_peer_devlink_set()
29 struct devlink *devlink; in mlx5_sf_dev_probe() local
95 struct devlink *devlink; in mlx5_sf_dev_remove() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c343 ice_eswitch_mode_set(struct devlink *devlink, u16 mode, in ice_eswitch_mode_set()
392 int ice_eswitch_mode_get(struct devlink *devlink, u16 *mode) in ice_eswitch_mode_get()
511 struct devlink *devlink = priv_to_devlink(pf); in ice_eswitch_attach_vf() local
569 struct devlink *devlink = priv_to_devlink(pf); in ice_eswitch_detach() local
589 struct devlink *devlink = priv_to_devlink(pf); in ice_eswitch_detach_vf() local
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c33 static int dpaa2_eth_dl_info_get(struct devlink *devlink, in dpaa2_eth_dl_info_get()
107 static int dpaa2_eth_dl_trap_init(struct devlink *devlink, in dpaa2_eth_dl_trap_init()
124 static int dpaa2_eth_dl_trap_action_set(struct devlink *devlink, in dpaa2_eth_dl_trap_action_set()
137 static int dpaa2_eth_dl_trap_group_action_set(struct devlink *devlink, in dpaa2_eth_dl_trap_group_action_set()

1234