Searched refs:adf_iov_putmsg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/crypto/qat/qat_common/ |
| D | adf_vf2pf_msg.c | 20 if (adf_iov_putmsg(accel_dev, msg, 0)) { in adf_vf2pf_notify_init() 44 if (adf_iov_putmsg(accel_dev, msg, 0)) in adf_vf2pf_notify_shutdown()
|
| D | adf_pf2vf_msg.c | 182 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in adf_iov_putmsg() function 287 if (resp && adf_iov_putmsg(accel_dev, resp, vf_nr)) in adf_vf2pf_req_hndl() 307 if (vf->init && adf_iov_putmsg(accel_dev, msg, i)) in adf_pf2vf_notify_restarting() 328 ret = adf_iov_putmsg(accel_dev, msg, 0); in adf_vf2pf_request_version()
|
| D | adf_common_drv.h | 65 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr);
|