Searched refs:vf_nr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | adf_pf2vf_msg.c | 81 static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in __adf_iov_putmsg() argument 103 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg() 104 lock = &accel_dev->pf.vf_info[vf_nr].pf2vf_lock; in __adf_iov_putmsg() 166 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in adf_iov_putmsg() argument 172 ret = __adf_iov_putmsg(accel_dev, msg, vf_nr); in adf_iov_putmsg() 187 u32 msg, resp = 0, vf_nr = vf_info->vf_nr; in adf_vf2pf_req_hndl() local 190 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl() 199 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl() 218 vf_nr + 1, vf_compat_ver); in adf_vf2pf_req_hndl() 244 vf_nr + 1, msg); in adf_vf2pf_req_hndl() [all …]
|
| H A D | adf_accel_devices.h | 174 u32 vf_nr; member
|
| H A D | adf_sriov.c | 82 vf_info->vf_nr = i; in adf_enable_sriov()
|
| H A D | adf_common_drv.h | 65 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr);
|
| H A D | adf_isr.c | 99 vf_info->vf_nr + 1); in adf_msix_isr_ae()
|