Home
last modified time | relevance | path

Searched refs:MLX4_DEV_EVENT_PORT_DOWN (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/ofed/include/linux/mlx4/
HDdriver.h47 MLX4_DEV_EVENT_PORT_DOWN, enumerator
/NextBSD/sys/ofed/drivers/net/mlx4/
HDen_main.c114 case MLX4_DEV_EVENT_PORT_DOWN: in mlx4_en_event()
HDen_netdev.c1194 if (linkstate == MLX4_DEV_EVENT_PORT_DOWN) { in mlx4_en_linkstate()
1812 if (priv->last_link_state == MLX4_DEV_EVENT_PORT_DOWN) in mlx4_en_calc_media()
1845 if (priv->last_link_state != MLX4_DEV_EVENT_PORT_DOWN) in mlx4_en_media_status()
2202 priv->last_link_state = MLX4_DEV_EVENT_PORT_DOWN; in mlx4_en_init_netdev()
HDeq.c551 mlx4_dispatch_event(dev, MLX4_DEV_EVENT_PORT_DOWN, in mlx4_eq_int()
/NextBSD/sys/dev/ifmlx4/
HDen_main.c123 case MLX4_DEV_EVENT_PORT_DOWN: in mlx4_en_event()
HDen_netdev.c1193 if (linkstate == MLX4_DEV_EVENT_PORT_DOWN) { in mlx4_en_linkstate()
1810 if (priv->last_link_state == MLX4_DEV_EVENT_PORT_DOWN) in mlx4_en_calc_media()
1850 if (priv->last_link_state != MLX4_DEV_EVENT_PORT_DOWN) in mlx4_en_media_status()
2162 priv->last_link_state = MLX4_DEV_EVENT_PORT_DOWN; in mlx4_en_init_netdev()
HDeq.c551 mlx4_dispatch_event(dev, MLX4_DEV_EVENT_PORT_DOWN, in mlx4_eq_int()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c2776 case MLX4_DEV_EVENT_PORT_DOWN: in mlx4_ib_event()