Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Ddevlink.h220 struct devlink_dpipe_table_ops;
244 struct devlink_dpipe_table_ops *table_ops;
258 struct devlink_dpipe_table_ops { struct
810 struct devlink_dpipe_table_ops *table_ops,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c284 static struct devlink_dpipe_table_ops mlxsw_sp_erif_ops = {
735 static struct devlink_dpipe_table_ops mlxsw_sp_host4_ops = {
812 static struct devlink_dpipe_table_ops mlxsw_sp_host6_ops = {
1215 static struct devlink_dpipe_table_ops mlxsw_sp_dpipe_table_adj_ops = {
/Linux-v5.4/net/core/
Ddevlink.c6711 struct devlink_dpipe_table_ops *table_ops, in devlink_dpipe_table_register()