Home
last modified time | relevance | path

Searched refs:MLX4_INTERFACE_STATE_DELETION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c216 !(persist->interface_state & MLX4_INTERFACE_STATE_DELETION)) { in mlx4_handle_error_state()
315 if (dev->persist->interface_state & MLX4_INTERFACE_STATE_DELETION) in mlx4_stop_catas_poll()
H A Dintf.c363 if (dev->persist->interface_state & MLX4_INTERFACE_STATE_DELETION && in mlx4_unregister_device()
H A Dmain.c4191 persist->interface_state |= MLX4_INTERFACE_STATE_DELETION; in mlx4_remove_one()
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h483 MLX4_INTERFACE_STATE_DELETION = 1 << 1, enumerator