Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c874 enum port_module_event_status_type module_status; in mlx5_port_module_event() local
882 module_status = module_event_eqe->module_status & in mlx5_port_module_event()
887 if (module_status < MLX5_MODULE_STATUS_ERROR) { in mlx5_port_module_event()
888 priv->pme_stats.status_counters[module_status - 1]++; in mlx5_port_module_event()
889 } else if (module_status == MLX5_MODULE_STATUS_ERROR) { in mlx5_port_module_event()
899 if (module_status < MLX5_MODULE_STATUS_ERROR) in mlx5_port_module_event()
902 module_num, mlx5_pme_status[module_status - 1]); in mlx5_port_module_event()
904 else if (module_status == MLX5_MODULE_STATUS_ERROR) in mlx5_port_module_event()
907 module_num, mlx5_pme_status[module_status - 1], in mlx5_port_module_event()
/drivers/staging/speakup/
Dsynth.c24 static int module_status; variable
475 module_status = 0; in synth_remove()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5900 link_info->module_status = resp->module_status; in bnxt_update_link()
5977 u8 module_status; in bnxt_get_port_module_status() local
5982 module_status = link_info->module_status; in bnxt_get_port_module_status()
5983 switch (module_status) { in bnxt_get_port_module_status()
5993 if (module_status == PORT_PHY_QCFG_RESP_MODULE_STATUS_DISABLETX) in bnxt_get_port_module_status()
5995 if (module_status == PORT_PHY_QCFG_RESP_MODULE_STATUS_PWRDOWN) in bnxt_get_port_module_status()
Dbnxt.h892 u8 module_status; member
Dbnxt_ethtool.c2088 if (bp->link_info.module_status > in bnxt_get_module_info()
Dbnxt_hsi.h1584 u8 module_status; member