Searched defs:mlxfw_dev_ops (Results 1 – 1 of 1) sorted by relevance
36 struct mlxfw_dev_ops { struct37 int (*component_query)(struct mlxfw_dev *mlxfw_dev, u16 component_index,41 int (*fsm_lock)(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle);43 int (*fsm_component_update)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle,68 const struct mlxfw_dev_ops *ops; argument