Home
last modified time | relevance | path

Searched refs:is_notification_message (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_pfvf.c171 bool (*is_notification_message)(u8 msg_type); member
237 if (params->is_notification_message(msg.type) && csr_val != csr_msg) { in adf_gen2_pfvf_send()
312 !params->is_notification_message(msg.type)) in adf_gen2_pfvf_recv()
330 .is_notification_message = is_pf2vf_notification, in adf_gen2_pf2vf_send()
344 .is_notification_message = is_vf2pf_notification, in adf_gen2_vf2pf_send()
357 .is_notification_message = is_pf2vf_notification, in adf_gen2_pf2vf_recv()
371 .is_notification_message = is_vf2pf_notification, in adf_gen2_vf2pf_recv()