/linux-6.6.21/drivers/net/ethernet/pensando/ionic/ |
D | ionic_devlink.c | 12 static int ionic_dl_flash_update(struct devlink *dl, in ionic_dl_flash_update() 21 static int ionic_dl_info_get(struct devlink *dl, struct devlink_info_req *req, in ionic_dl_info_get() 61 struct devlink *dl; in ionic_devlink_alloc() local 72 struct devlink *dl = priv_to_devlink(ionic); in ionic_devlink_free() local 79 struct devlink *dl = priv_to_devlink(ionic); in ionic_devlink_register() local 98 struct devlink *dl = priv_to_devlink(ionic); in ionic_devlink_unregister() local
|
/linux-6.6.21/drivers/crypto/marvell/octeontx2/ |
D | otx2_cpt_devlink.c | 6 static int otx2_cpt_dl_egrp_create(struct devlink *dl, u32 id, in otx2_cpt_dl_egrp_create() 15 static int otx2_cpt_dl_egrp_delete(struct devlink *dl, u32 id, in otx2_cpt_dl_egrp_delete() 24 static int otx2_cpt_dl_uc_info(struct devlink *dl, u32 id, in otx2_cpt_dl_uc_info() 71 static int otx2_cpt_devlink_info_get(struct devlink *dl, in otx2_cpt_devlink_info_get() 101 struct devlink *dl; in otx2_cpt_register_dl() local 131 struct devlink *dl = cptpf->dl; in otx2_cpt_unregister_dl() local
|
/linux-6.6.21/drivers/media/platform/renesas/vsp1/ |
D | vsp1_dl.c | 532 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd() 550 struct vsp1_dl_list *dl; in vsp1_dl_list_alloc() local 578 static void vsp1_dl_list_bodies_put(struct vsp1_dl_list *dl) in vsp1_dl_list_bodies_put() 588 static void vsp1_dl_list_free(struct vsp1_dl_list *dl) in vsp1_dl_list_free() 606 struct vsp1_dl_list *dl = NULL; in vsp1_dl_list_get() local 628 static void __vsp1_dl_list_put(struct vsp1_dl_list *dl) in __vsp1_dl_list_put() 672 void vsp1_dl_list_put(struct vsp1_dl_list *dl) in vsp1_dl_list_put() 691 struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl) in vsp1_dl_list_get_body0() 712 int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) in vsp1_dl_list_add_body() 736 struct vsp1_dl_list *dl) in vsp1_dl_list_add_chain() [all …]
|
D | vsp1_rpf.c | 60 struct vsp1_dl_list *dl, in rpf_configure_stream() 249 struct vsp1_dl_list *dl) in vsp1_rpf_configure_autofld() 280 struct vsp1_dl_list *dl, in rpf_configure_frame() 295 struct vsp1_dl_list *dl, in rpf_configure_partition()
|
D | vsp1_wpf.c | 236 struct vsp1_dl_list *dl) in wpf_configure_writeback_chain() 258 struct vsp1_dl_list *dl, in wpf_configure_stream() 367 struct vsp1_dl_list *dl, in wpf_configure_frame() 393 struct vsp1_dl_list *dl, in wpf_configure_partition()
|
D | vsp1_lut.c | 151 struct vsp1_dl_list *dl, in lut_configure_stream() 161 struct vsp1_dl_list *dl, in lut_configure_frame()
|
D | vsp1_clu.c | 175 struct vsp1_dl_list *dl, in clu_configure_stream() 193 struct vsp1_dl_list *dl, in clu_configure_frame()
|
D | vsp1_entity.c | 74 struct vsp1_dl_list *dl, in vsp1_entity_configure_stream() 83 struct vsp1_dl_list *dl, in vsp1_entity_configure_frame() 92 struct vsp1_dl_list *dl, in vsp1_entity_configure_partition()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 35 bnxt_dl_flash_update(struct devlink *dl, in bnxt_dl_flash_update() 322 struct bnxt_dl *dl = devlink_priv(bp->dl); in bnxt_dl_health_fw_recovery_done() local 459 static int bnxt_dl_reload_down(struct devlink *dl, bool netns_change, in bnxt_dl_reload_down() 536 static int bnxt_dl_reload_up(struct devlink *dl, enum devlink_reload_action action, in bnxt_dl_reload_up() 645 static bool bnxt_dl_selftest_check(struct devlink *dl, unsigned int id, in bnxt_dl_selftest_check() 651 static enum devlink_selftest_status bnxt_dl_selftest_run(struct devlink *dl, in bnxt_dl_selftest_run() 875 static int bnxt_dl_info_get(struct devlink *dl, struct devlink_info_req *req, in bnxt_dl_info_get() 1111 static int bnxt_dl_nvm_param_get(struct devlink *dl, u32 id, in bnxt_dl_nvm_param_get() 1129 static int bnxt_dl_nvm_param_set(struct devlink *dl, u32 id, in bnxt_dl_nvm_param_set() 1146 static int bnxt_dl_msix_validate(struct devlink *dl, u32 id, in bnxt_dl_msix_validate() [all …]
|
D | bnxt_devlink.h | 19 static inline struct bnxt *bnxt_get_bp_from_dl(struct devlink *dl) in bnxt_get_bp_from_dl() 31 static inline bool bnxt_dl_get_remote_reset(struct devlink *dl) in bnxt_dl_get_remote_reset() 36 static inline void bnxt_dl_set_remote_reset(struct devlink *dl, bool value) in bnxt_dl_set_remote_reset()
|
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/ |
D | devlink.c | 24 int pdsc_dl_enable_get(struct devlink *dl, u32 id, in pdsc_dl_enable_get() 39 int pdsc_dl_enable_set(struct devlink *dl, u32 id, in pdsc_dl_enable_set() 65 int pdsc_dl_enable_validate(struct devlink *dl, u32 id, in pdsc_dl_enable_validate() 82 int pdsc_dl_flash_update(struct devlink *dl, in pdsc_dl_flash_update() 97 int pdsc_dl_info_get(struct devlink *dl, struct devlink_info_req *req, in pdsc_dl_info_get()
|
D | main.c | 176 struct devlink *dl; in pdsc_init_vf() local 221 struct devlink *dl; in pdsc_init_pf() local 328 struct devlink *dl; in pdsc_probe() local 395 struct devlink *dl; in pdsc_remove() local
|
/linux-6.6.21/net/dsa/ |
D | devlink.c | 11 static int dsa_devlink_info_get(struct devlink *dl, in dsa_devlink_info_get() 23 static int dsa_devlink_sb_pool_get(struct devlink *dl, in dsa_devlink_sb_pool_get() 36 static int dsa_devlink_sb_pool_set(struct devlink *dl, unsigned int sb_index, in dsa_devlink_sb_pool_set() 115 static int dsa_devlink_sb_occ_snapshot(struct devlink *dl, in dsa_devlink_sb_occ_snapshot() 126 static int dsa_devlink_sb_occ_max_clear(struct devlink *dl, in dsa_devlink_sb_occ_max_clear() 184 int dsa_devlink_param_get(struct devlink *dl, u32 id, in dsa_devlink_param_get() 196 int dsa_devlink_param_set(struct devlink *dl, u32 id, in dsa_devlink_param_set() 296 struct devlink *dl = dp->ds->devlink; in dsa_port_devlink_setup() local 370 struct devlink *dl; in dsa_switch_devlink_alloc() local
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_devlink.c | 100 struct qed_devlink *dl = devlink_priv(devlink); in qed_fw_reporters_create() local 113 struct qed_devlink *dl = devlink_priv(devlink); in qed_fw_reporters_destroy() local 122 static int qed_dl_param_get(struct devlink *dl, u32 id, in qed_dl_param_get() 134 static int qed_dl_param_set(struct devlink *dl, u32 id, in qed_dl_param_set() 202 struct devlink *dl; in qed_devlink_register() local
|
/linux-6.6.21/fs/ocfs2/ |
D | dcache.c | 216 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock() local 366 struct ocfs2_dentry_lock *dl) in ocfs2_drop_dentry_lock() 375 struct ocfs2_dentry_lock *dl) in ocfs2_dentry_lock_put() 392 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_iput() local
|
/linux-6.6.21/drivers/net/ethernet/marvell/prestera/ |
D | prestera_devlink.c | 352 static int prestera_dl_info_get(struct devlink *dl, in prestera_dl_info_get() 386 struct devlink *dl; in prestera_devlink_alloc() local 396 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_free() local 403 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_register() local 410 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_unregister() local 418 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_port_register() local 585 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_traps_unregister() local
|
/linux-6.6.21/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 68 struct done_list_struct *dl) in asd_phy_event_tasklet() 219 struct done_list_struct *dl, in asd_bytes_dmaed_tasklet() 241 struct done_list_struct *dl, in asd_link_reset_err_tasklet() 294 struct done_list_struct *dl, in asd_primitive_rcvd_tasklet() 400 struct done_list_struct *dl) in escb_tasklet_complete() 627 struct done_list_struct *dl) in control_phy_tasklet_complete()
|
D | aic94xx_tmf.c | 57 struct done_list_struct *dl) in asd_clear_nexus_tasklet_complete() 256 struct done_list_struct *dl) in asd_get_tmf_resp_tasklet() 302 struct done_list_struct *dl) in asd_tmf_tasklet_complete()
|
/linux-6.6.21/drivers/net/wwan/iosm/ |
D | iosm_ipc_devlink.c | 23 static int ipc_devlink_get_param(struct devlink *dl, u32 id, in ipc_devlink_get_param() 35 static int ipc_devlink_set_param(struct devlink *dl, u32 id, in ipc_devlink_set_param() 161 static int ipc_devlink_coredump_snapshot(struct devlink *dl, in ipc_devlink_coredump_snapshot()
|
/linux-6.6.21/tools/perf/ui/gtk/ |
D | annotate.c | 29 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() 58 struct disasm_line *dl) in perf_gtk__get_offset() 70 static int perf_gtk__get_line(char *buf, size_t size, struct disasm_line *dl) in perf_gtk__get_line()
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_devlink.c | 85 struct devlink *dl; in otx2_register_dl() local 119 struct devlink *dl = otx2_dl->dl; in otx2_unregister_dl() local
|
D | otx2_devlink.h | 12 struct devlink *dl; member
|
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/ |
D | devlink.c | 264 static int mv88e6xxx_region_global_snapshot(struct devlink *dl, in mv88e6xxx_region_global_snapshot() 371 static int mv88e6xxx_region_atu_snapshot(struct devlink *dl, in mv88e6xxx_region_atu_snapshot() 444 static int mv88e6xxx_region_vtu_snapshot(struct devlink *dl, in mv88e6xxx_region_vtu_snapshot() 527 static int mv88e6xxx_region_stu_snapshot(struct devlink *dl, in mv88e6xxx_region_stu_snapshot() 585 static int mv88e6xxx_region_pvt_snapshot(struct devlink *dl, in mv88e6xxx_region_pvt_snapshot()
|
/linux-6.6.21/fs/ocfs2/dlm/ |
D | dlmdebug.c | 541 struct debug_lockres *dl = m->private; in lockres_seq_start() local 596 struct debug_lockres *dl = (struct debug_lockres *)v; in lockres_seq_show() local 613 struct debug_lockres *dl; in debug_lockres_open() local 642 struct debug_lockres *dl = (struct debug_lockres *)seq->private; in debug_lockres_release() local
|
/linux-6.6.21/drivers/net/wireless/intersil/hostap/ |
D | hostap_download.c | 591 struct prism2_download_data *dl) in prism2_download_nonvolatile() 705 static void prism2_download_free_data(struct prism2_download_data *dl) in prism2_download_free_data() 724 struct prism2_download_data *dl = NULL; in prism2_download() local
|