Home
last modified time | relevance | path

Searched refs:devlink_dpipe_table_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c286 static struct devlink_dpipe_table_ops mlxsw_sp_erif_ops = {
737 static struct devlink_dpipe_table_ops mlxsw_sp_host4_ops = {
814 static struct devlink_dpipe_table_ops mlxsw_sp_host6_ops = {
1233 static struct devlink_dpipe_table_ops mlxsw_sp_dpipe_table_adj_ops = {
/linux/include/net/
H A Ddevlink.h329 struct devlink_dpipe_table_ops;
355 struct devlink_dpipe_table_ops *table_ops;
369 struct devlink_dpipe_table_ops { struct
1754 struct devlink_dpipe_table_ops *table_ops,
/linux/net/devlink/
H A Ddpipe.c842 struct devlink_dpipe_table_ops *table_ops, in devl_dpipe_table_register()