Home
last modified time | relevance | path

Searched refs:devlink_ops (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.6.21/net/devlink/
Drate.c261 const struct devlink_ops *ops = devlink->ops; in devlink_nl_rate_parent_node_set()
321 const struct devlink_ops *ops, in devlink_nl_rate_set()
395 static bool devlink_rate_set_ops_supported(const struct devlink_ops *ops, in devlink_rate_set_ops_supported()
465 const struct devlink_ops *ops; in devlink_nl_cmd_rate_set_doit()
487 const struct devlink_ops *ops; in devlink_nl_cmd_rate_new_doit()
697 const struct devlink_ops *ops = devlink->ops; in devl_rate_nodes_destroy()
Ddevl_internal.h45 const struct devlink_ops *ops;
184 bool devlink_reload_actions_valid(const struct devlink_ops *ops);
190 static inline bool devlink_reload_supported(const struct devlink_ops *ops) in devlink_reload_supported()
Dsb.c408 const struct devlink_ops *ops = devlink->ops; in devlink_sb_pool_set()
455 const struct devlink_ops *ops = devlink->ops; in devlink_nl_sb_port_pool_fill()
616 const struct devlink_ops *ops = devlink_port->devlink->ops; in devlink_sb_port_pool_set()
659 const struct devlink_ops *ops = devlink->ops; in devlink_nl_sb_tc_pool_bind_fill()
855 const struct devlink_ops *ops = devlink_port->devlink->ops; in devlink_sb_tc_pool_bind_set()
907 const struct devlink_ops *ops = devlink->ops; in devlink_nl_cmd_sb_occ_snapshot_doit()
923 const struct devlink_ops *ops = devlink->ops; in devlink_nl_cmd_sb_occ_max_clear_doit()
Dcore.c192 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops, in devlink_alloc_ns()
Ddev.c527 bool devlink_reload_actions_valid(const struct devlink_ops *ops) in devlink_reload_actions_valid()
560 const struct devlink_ops *ops = devlink->ops; in devlink_nl_eswitch_fill()
635 const struct devlink_ops *ops = devlink->ops; in devlink_nl_cmd_eswitch_set_doit()
/linux-6.6.21/drivers/net/ethernet/fungible/funeth/
Dfuneth_devlink.c6 static const struct devlink_ops fun_dl_ops = {
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c665 static const struct devlink_ops bnxt_dl_ops = {
681 static const struct devlink_ops bnxt_vf_dl_ops;
1254 const struct devlink_ops *devlink_ops; in bnxt_dl_register() local
1261 devlink_ops = &bnxt_dl_ops; in bnxt_dl_register()
1263 devlink_ops = &bnxt_vf_dl_ops; in bnxt_dl_register()
1265 dl = devlink_alloc(devlink_ops, sizeof(struct bnxt_dl), &bp->pdev->dev); in bnxt_dl_register()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Ddevlink.c7 static const struct devlink_ops mlx5e_devlink_ops = {
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/
Dmain.c314 static const struct devlink_ops pdsc_dl_ops = {
319 static const struct devlink_ops pdsc_dl_vf_ops = {
327 const struct devlink_ops *ops; in pdsc_probe()
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_devlink.c54 static const struct devlink_ops ionic_dl_ops = {
/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot.h124 extern const struct devlink_ops ocelot_devlink_ops;
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_devlink.c79 static const struct devlink_ops otx2_devlink_ops = {
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_devlink.c96 static const struct devlink_ops hclgevf_devlink_ops = {
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_devlink.c95 static const struct devlink_ops hclge_devlink_ops = {
/linux-6.6.21/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_devlink.c93 static const struct devlink_ops otx2_cpt_devlink_ops = {
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/
Dnfp_main.h148 extern const struct devlink_ops nfp_devlink_ops;
Dnfp_devlink.c313 const struct devlink_ops nfp_devlink_ops = {
/linux-6.6.21/drivers/net/can/usb/etas_es58x/
Des58x_devlink.c254 const struct devlink_ops es58x_dl_ops = {
Des58x_core.h740 extern const struct devlink_ops es58x_dl_ops;
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dcore_linecard_dev.c122 static const struct devlink_ops mlxsw_linecard_dev_devlink_ops = {
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_devlink.c195 static const struct devlink_ops qed_dl_ops = {
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-devlink.c176 static const struct devlink_ops dpaa2_eth_devlink_ops = {
/linux-6.6.21/drivers/net/wwan/iosm/
Diosm_ipc_devlink.c135 static const struct devlink_ops devlink_flash_ops = {
/linux-6.6.21/include/net/
Ddevlink.h1265 struct devlink_ops { struct
1530 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops, argument
1533 static inline struct devlink *devlink_alloc(const struct devlink_ops *ops, in devlink_alloc()
/linux-6.6.21/net/dsa/
Ddevlink.c170 static const struct devlink_ops dsa_devlink_ops = {

12