Home
last modified time | relevance | path

Searched refs:reporter (Results 1 – 21 of 21) sorted by relevance

/linux/net/devlink/
H A Dhealth.c75 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
77 return reporter->priv; in devlink_health_reporter_priv()
85 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local
87 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()
88 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()
89 return reporter; in __devlink_health_reporter_find_by_name()
114 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local
122 reporter = kzalloc_obj(*reporter); in __devlink_health_reporter_create()
123 if (!reporter) in __devlink_health_reporter_create()
126 reporter->priv = priv; in __devlink_health_reporter_create()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c251 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover() argument
255 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_recover()
335 mlx5e_tx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose_common_config() argument
338 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_diagnose_common_config()
359 mlx5e_tx_reporter_diagnose_tis_config(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose_tis_config() argument
362 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_diagnose_tis_config()
382 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose() argument
386 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_tx_reporter_diagnose()
396 mlx5e_tx_reporter_diagnose_common_config(reporter, fmsg); in mlx5e_tx_reporter_diagnose()
397 mlx5e_tx_reporter_diagnose_tis_config(reporter, fmsg); in mlx5e_tx_reporter_diagnose()
[all …]
H A Dreporter_rx.c211 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover() argument
215 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_recover()
473 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose() argument
477 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_diagnose()
598 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump() argument
602 struct mlx5e_priv *priv = devlink_health_reporter_priv(reporter); in mlx5e_rx_reporter_dump()
683 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create() local
685 reporter = devlink_port_health_reporter_create(port, in mlx5e_reporter_rx_create()
688 if (IS_ERR(reporter)) { in mlx5e_reporter_rx_create()
690 reporter); in mlx5e_reporter_rx_create()
[all …]
H A Dhealth.h50 struct devlink_health_reporter *reporter, char *err_str,
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh508 devlink health show $DL_HANDLE reporter empty >/dev/null
509 check_err $? "Failed show empty reporter"
511 devlink health dump show $DL_HANDLE reporter empty >/dev/null
512 check_err $? "Failed show dump of empty reporter"
514 devlink health diagnose $DL_HANDLE reporter empty >/dev/null
515 check_err $? "Failed diagnose empty reporter"
517 devlink health recover $DL_HANDLE reporter empty
518 check_err $? "Failed recover empty reporter"
520 log_test "empty reporter test"
532 local show=$(devlink health show $DL_HANDLE reporter
[all...]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c360 static int rvu_hw_nix_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_dump() argument
364 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_intr_dump()
374 static int rvu_hw_nix_intr_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_recover() argument
377 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_intr_recover()
391 static int rvu_hw_nix_gen_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_dump() argument
395 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_gen_dump()
405 static int rvu_hw_nix_gen_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_recover() argument
408 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_gen_recover()
422 static int rvu_hw_nix_err_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_dump() argument
426 struct rvu *rvu = devlink_health_reporter_priv(reporter); in rvu_hw_nix_err_dump()
[all …]
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst193 reporter hw_npa_intr
195 reporter hw_npa_gen
197 reporter hw_npa_err
199 reporter hw_npa_ras
202 Each reporter dumps the
210 ~# devlink health dump show pci/0002:01:00.0 reporter hw_npa_gen
214 ~# devlink health dump show pci/0002:01:00.0 reporter hw_npa_intr
218 ~# devlink health dump show pci/0002:01:00.0 reporter hw_npa_err
255 reporter hw_npa_intr
257 reporter hw_npa_gen
[all …]
/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_core.rst108 The driver supports a devlink health reporter for FW status::
110 # devlink health show pci/0000:2b:00.0 reporter fw
112 reporter fw
114 # devlink health diagnose pci/0000:2b:00.0 reporter fw
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c95 static int bnxt_fw_diagnose(struct devlink_health_reporter *reporter, in bnxt_fw_diagnose() argument
99 struct bnxt *bp = devlink_health_reporter_priv(reporter); in bnxt_fw_diagnose()
156 static int bnxt_fw_dump(struct devlink_health_reporter *reporter, in bnxt_fw_dump() argument
160 struct bnxt *bp = devlink_health_reporter_priv(reporter); in bnxt_fw_dump()
189 static int bnxt_fw_recover(struct devlink_health_reporter *reporter, in bnxt_fw_recover() argument
193 struct bnxt *bp = devlink_health_reporter_priv(reporter); in bnxt_fw_recover()
215 struct devlink_health_reporter *reporter; in __bnxt_dl_reporter_create() local
217 reporter = devlink_health_reporter_create(bp->dl, ops, bp); in __bnxt_dl_reporter_create()
218 if (IS_ERR(reporter)) { in __bnxt_dl_reporter_create()
220 ops->name, PTR_ERR(reporter)); in __bnxt_dl_reporter_create()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c1425 mlx5e_rep_vnic_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rep_vnic_reporter_diagnose() argument
1429 struct mlx5e_rep_priv *rpriv = devlink_health_reporter_priv(reporter); in mlx5e_rep_vnic_reporter_diagnose()
1446 struct devlink_health_reporter *reporter; in mlx5e_rep_vnic_reporter_create() local
1448 reporter = devl_port_health_reporter_create(dl_port, in mlx5e_rep_vnic_reporter_create()
1451 if (IS_ERR(reporter)) { in mlx5e_rep_vnic_reporter_create()
1454 reporter); in mlx5e_rep_vnic_reporter_create()
1458 rpriv->rep_vnic_reporter = reporter; in mlx5e_rep_vnic_reporter_create()
/linux/Documentation/sphinx/
H A Dkernel_feat.py132 buf = self.state.memo.title_styles, self.state.memo.section_level, self.state.memo.reporter
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c390 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_hw_reporter_dump() argument
421 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_fw_reporter_dump() argument
/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst32 * ``devlink-health-reporter``
/linux/Documentation/process/
H A Dcode-of-conduct.rst72 maintain confidentiality with regard to the reporter of an incident.
H A Dembargoed-hardware-issues.rst30 handled by this team and the reporter will be guided to contact the regular
39 S/MIME encrypted and must be signed with the reporter's PGP key or S/MIME
136 mailing list which will be used for initial discussion with the reporter,
H A Dhandling-regressions.rst29 * For mailed reports, check if the reporter included a line like ``#regzbot
77 to the list. Consider checking the list archives beforehand, if the reporter
84 * For mailed reports, check if the reporter included a "regzbot command" like
92 in case the reporter bisected the culprit.
237 doubt, ask the reporter to check mainline.
/linux/net/ipv4/
H A Digmp.c211 im->reporter = 0; in igmp_stop_timer()
852 im->reporter = 1; in igmp_timer_expire()
1299 int reporter; in __igmp_group_dropped() local
1314 reporter = im->reporter; in __igmp_group_dropped()
1321 if (reporter) in __igmp_group_dropped()
2969 im->reporter); in igmp_mc_seq_show()
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst218 reporter and the bug fixer.
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1882 static int mlxsw_core_health_fw_fatal_dump(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_dump() argument
2000 mlxsw_core_health_fw_fatal_test(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_test() argument
2003 struct mlxsw_core *mlxsw_core = devlink_health_reporter_priv(reporter); in mlxsw_core_health_fw_fatal_test()
/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst149 the reporter to locate the culprit commit; sometimes users might even need to
/linux/Documentation/translations/sp_SP/process/
H A Dsubmitting-patches.rst622 cuenta que esto no debe agregarse sin el permiso del "reporter",