Searched refs:sw_function_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
D | mlx5_ifc_vhca_event.h | 21 u8 sw_function_id[0x20]; member 53 u8 sw_function_id[0x1]; member
|
D | vhca_event.c | 64 MLX5_SET(modify_vhca_state_in, in, vhca_state_field_select.sw_function_id, 1); in mlx5_modify_vhca_sw_id() 65 MLX5_SET(modify_vhca_state_in, in, vhca_state_context.sw_function_id, sw_fn_id); in mlx5_modify_vhca_sw_id() 90 event->sw_function_id = MLX5_GET(query_vhca_state_out, out, in mlx5_vhca_event_notify() 91 vhca_state_context.sw_function_id); in mlx5_vhca_event_notify()
|
D | vhca_event.h | 11 u16 sw_function_id; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
D | dev.c | 188 sf_index, event->sw_function_id); in mlx5_sf_dev_state_change_handler() 193 event->sw_function_id); in mlx5_sf_dev_state_change_handler() 232 work_ctx->event.function_id, work_ctx->event.sw_function_id); in mlx5_sf_dev_add_active_work() 278 sw_func_id = MLX5_GET(query_vhca_state_out, out, vhca_state_context.sw_function_id); in mlx5_sf_dev_queue_active_works() 285 work_ctx->event.sw_function_id = sw_func_id; in mlx5_sf_dev_queue_active_works()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/ |
D | vhca_tracepoint.h | 25 __entry->sfnum = event->sw_function_id;
|