Searched refs:sw_function_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
D | vhca_event.c | 55 MLX5_SET(modify_vhca_state_in, in, vhca_state_field_select.sw_function_id, 1); in mlx5_modify_vhca_sw_id() 56 MLX5_SET(modify_vhca_state_in, in, vhca_state_context.sw_function_id, sw_fn_id); in mlx5_modify_vhca_sw_id() 81 event->sw_function_id = MLX5_GET(query_vhca_state_out, out, in mlx5_vhca_event_notify() 82 vhca_state_context.sw_function_id); in mlx5_vhca_event_notify()
|
D | mlx5_ifc_vhca_event.h | 21 u8 sw_function_id[0x20]; member 53 u8 sw_function_id[0x1]; member
|
D | vhca_event.h | 11 u16 sw_function_id; member
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
D | dev.c | 189 sf_index, event->sw_function_id); in mlx5_sf_dev_state_change_handler() 194 event->sw_function_id); in mlx5_sf_dev_state_change_handler() 251 sw_func_id = MLX5_GET(query_vhca_state_out, out, vhca_state_context.sw_function_id); in mlx5_sf_dev_add_active_work()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/ |
D | vhca_tracepoint.h | 25 __entry->sfnum = event->sw_function_id;
|