/linux-6.6.21/net/devlink/ |
D | rate.c | 261 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()
|
D | devl_internal.h | 45 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()
|
D | sb.c | 408 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()
|
D | core.c | 192 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops, in devlink_alloc_ns()
|
D | dev.c | 527 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/ |
D | funeth_devlink.c | 6 static const struct devlink_ops fun_dl_ops = {
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 665 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/ |
D | devlink.c | 7 static const struct devlink_ops mlx5e_devlink_ops = {
|
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/ |
D | main.c | 314 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/ |
D | ionic_devlink.c | 54 static const struct devlink_ops ionic_dl_ops = {
|
/linux-6.6.21/drivers/net/ethernet/mscc/ |
D | ocelot.h | 124 extern const struct devlink_ops ocelot_devlink_ops;
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_devlink.c | 79 static const struct devlink_ops otx2_devlink_ops = {
|
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_devlink.c | 96 static const struct devlink_ops hclgevf_devlink_ops = {
|
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_devlink.c | 95 static const struct devlink_ops hclge_devlink_ops = {
|
/linux-6.6.21/drivers/crypto/marvell/octeontx2/ |
D | otx2_cpt_devlink.c | 93 static const struct devlink_ops otx2_cpt_devlink_ops = {
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | nfp_main.h | 148 extern const struct devlink_ops nfp_devlink_ops;
|
D | nfp_devlink.c | 313 const struct devlink_ops nfp_devlink_ops = {
|
/linux-6.6.21/drivers/net/can/usb/etas_es58x/ |
D | es58x_devlink.c | 254 const struct devlink_ops es58x_dl_ops = {
|
D | es58x_core.h | 740 extern const struct devlink_ops es58x_dl_ops;
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_linecard_dev.c | 122 static const struct devlink_ops mlxsw_linecard_dev_devlink_ops = {
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_devlink.c | 195 static const struct devlink_ops qed_dl_ops = {
|
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth-devlink.c | 176 static const struct devlink_ops dpaa2_eth_devlink_ops = {
|
/linux-6.6.21/drivers/net/wwan/iosm/ |
D | iosm_ipc_devlink.c | 135 static const struct devlink_ops devlink_flash_ops = {
|
/linux-6.6.21/include/net/ |
D | devlink.h | 1265 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/ |
D | devlink.c | 170 static const struct devlink_ops dsa_devlink_ops = {
|