.. | .. |
---|
1043 | 1043 | void mlx4_catas_end(struct mlx4_dev *dev); |
---|
1044 | 1044 | int mlx4_crdump_init(struct mlx4_dev *dev); |
---|
1045 | 1045 | void mlx4_crdump_end(struct mlx4_dev *dev); |
---|
1046 | | -int mlx4_restart_one(struct pci_dev *pdev, bool reload, |
---|
1047 | | - struct devlink *devlink); |
---|
| 1046 | +int mlx4_restart_one(struct pci_dev *pdev); |
---|
1048 | 1047 | int mlx4_register_device(struct mlx4_dev *dev); |
---|
1049 | 1048 | void mlx4_unregister_device(struct mlx4_dev *dev); |
---|
1050 | 1049 | void mlx4_dispatch_event(struct mlx4_dev *dev, enum mlx4_dev_event type, |
---|
.. | .. |
---|
1218 | 1217 | int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param, |
---|
1219 | 1218 | u16 op, unsigned long timeout); |
---|
1220 | 1219 | |
---|
1221 | | -void mlx4_cq_tasklet_cb(unsigned long data); |
---|
| 1220 | +void mlx4_cq_tasklet_cb(struct tasklet_struct *t); |
---|
1222 | 1221 | void mlx4_cq_completion(struct mlx4_dev *dev, u32 cqn); |
---|
1223 | 1222 | void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type); |
---|
1224 | 1223 | |
---|