Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / crypto / cavium / nitrox / nitrox_hal.h
blobd6606418ba3822f93a7d6ab9057718997fd79f33
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NITROX_HAL_H
3 #define __NITROX_HAL_H
5 #include "nitrox_dev.h"
7 void nitrox_config_emu_unit(struct nitrox_device *ndev);
8 void nitrox_config_pkt_input_rings(struct nitrox_device *ndev);
9 void nitrox_config_pkt_solicit_ports(struct nitrox_device *ndev);
10 void nitrox_config_nps_unit(struct nitrox_device *ndev);
11 void nitrox_config_pom_unit(struct nitrox_device *ndev);
12 void nitrox_config_rand_unit(struct nitrox_device *ndev);
13 void nitrox_config_efl_unit(struct nitrox_device *ndev);
14 void nitrox_config_bmi_unit(struct nitrox_device *ndev);
15 void nitrox_config_bmo_unit(struct nitrox_device *ndev);
16 void nitrox_config_lbc_unit(struct nitrox_device *ndev);
17 void invalidate_lbc(struct nitrox_device *ndev);
18 void enable_pkt_input_ring(struct nitrox_device *ndev, int ring);
19 void enable_pkt_solicit_port(struct nitrox_device *ndev, int port);
20 void config_nps_core_vfcfg_mode(struct nitrox_device *ndev, enum vf_mode mode);
21 void nitrox_get_hwinfo(struct nitrox_device *ndev);
22 void enable_pf2vf_mbox_interrupts(struct nitrox_device *ndev);
23 void disable_pf2vf_mbox_interrupts(struct nitrox_device *ndev);
25 #endif /* __NITROX_HAL_H */