Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c286 static const struct devlink_dpipe_table_ops mlxsw_sp_erif_ops = {
737 static const struct devlink_dpipe_table_ops mlxsw_sp_host4_ops = {
814 static const struct devlink_dpipe_table_ops mlxsw_sp_host6_ops = {
1233 static const struct devlink_dpipe_table_ops mlxsw_sp_dpipe_table_adj_ops = {
/linux-6.14.4/include/net/
Ddevlink.h330 struct devlink_dpipe_table_ops;
356 const struct devlink_dpipe_table_ops *table_ops;
370 struct devlink_dpipe_table_ops { struct
1768 const struct devlink_dpipe_table_ops *table_ops,
/linux-6.14.4/net/devlink/
Ddpipe.c840 const struct devlink_dpipe_table_ops *table_ops, in devl_dpipe_table_register()