Home
last modified time | relevance | path

Searched refs:devlink_health_reporter_ops (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c58 static const struct devlink_health_reporter_ops bnxt_dl_fw_reporter_ops = {
76 struct devlink_health_reporter_ops bnxt_dl_fw_reset_reporter_ops = {
101 struct devlink_health_reporter_ops bnxt_dl_fw_fatal_reporter_ops = {
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_tx.c276 static const struct devlink_health_reporter_ops mlx5_tx_reporter_ops = {
Dreporter_rx.c372 static const struct devlink_health_reporter_ops mlx5_rx_reporter_ops = {
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c540 static const struct devlink_health_reporter_ops mlx5_fw_reporter_ops = {
628 static const struct devlink_health_reporter_ops mlx5_fw_fatal_reporter_ops = {
/Linux-v5.4/include/net/
Ddevlink.h507 struct devlink_health_reporter_ops { struct
938 const struct devlink_health_reporter_ops *ops,
/Linux-v5.4/net/core/
Ddevlink.c4613 const struct devlink_health_reporter_ops *ops;
4659 const struct devlink_health_reporter_ops *ops, in devlink_health_reporter_create()