Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/
H A Dvhca_tracepoint.h26 __entry->vhca_state = event->new_vhca_state;
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.h12 u8 new_vhca_state; member
H A Ddevlink.c409 update = mlx5_sf_state_update_check(sf, event->new_vhca_state); in mlx5_sf_vhca_event()
411 sf->hw_state = event->new_vhca_state; in mlx5_sf_vhca_event()
H A Dvhca_event.c86 event->new_vhca_state = MLX5_GET(query_vhca_state_out, out, in mlx5_vhca_event_notify()
H A Dhw_table.c359 if (!table || event->new_vhca_state != MLX5_VHCA_STATE_ALLOCATED) in mlx5_sf_hw_vhca_event()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c180 switch (event->new_vhca_state) { in mlx5_sf_dev_state_change_handler()