Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dcatas.c212 !(persist->interface_state & MLX4_INTERFACE_STATE_DELETION)) { in mlx4_handle_error_state()
310 if (dev->persist->interface_state & MLX4_INTERFACE_STATE_DELETION) in mlx4_stop_catas_poll()
Dintf.c225 if (dev->persist->interface_state & MLX4_INTERFACE_STATE_DELETION && in mlx4_unregister_device()
Dmain.c4158 persist->interface_state |= MLX4_INTERFACE_STATE_DELETION; in mlx4_remove_one()
/kernel/linux/linux-5.10/include/linux/mlx4/
Ddevice.h483 MLX4_INTERFACE_STATE_DELETION = 1 << 1, enumerator