Searched refs:hw_error_init (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/hisilicon/ | 
| D | qm.c | 278 	void (*hw_error_init)(struct hisi_qm *qm, u32 ce, u32 nfe, u32 fe,  member1075 	.hw_error_init = qm_hw_error_init_v1,
 1082 	.hw_error_init = qm_hw_error_init_v2,
 1864 	if (!qm->ops->hw_error_init) {  in hisi_qm_hw_error_init()
 1870 	qm->ops->hw_error_init(qm, ce, nfe, fe, msi);  in hisi_qm_hw_error_init()
 
 |