Searched defs:mlxfw_dev_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlxfw/ |
| D | mlxfw.h | 66 struct mlxfw_dev_ops { struct 67 int (*component_query)(struct mlxfw_dev *mlxfw_dev, u16 component_index, 94 const struct mlxfw_dev_ops *ops; argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/ |
| D | mlxfw.h | 72 struct mlxfw_dev_ops { struct 73 int (*component_query)(struct mlxfw_dev *mlxfw_dev, u16 component_index, 77 int (*fsm_lock)(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle); 79 int (*fsm_component_update)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 82 int (*fsm_block_download)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 85 int (*fsm_component_verify)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 88 int (*fsm_activate)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle); 90 int (*fsm_reactivate)(struct mlxfw_dev *mlxfw_dev, u8 *status); 92 int (*fsm_query_state)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 96 void (*fsm_cancel)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle); [all …]
|