Searched refs:vf_nr (Results 1 – 5 of 5) sorted by relevance
/drivers/crypto/qat/qat_common/ |
D | adf_pf2vf_msg.c | 149 static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in __adf_iov_putmsg() argument 171 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg() 172 lock = &accel_dev->pf.vf_info[vf_nr].pf2vf_lock; in __adf_iov_putmsg() 251 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in adf_iov_putmsg() argument 257 ret = __adf_iov_putmsg(accel_dev, msg, vf_nr); in adf_iov_putmsg() 273 u32 msg, resp = 0, vf_nr = vf_info->vf_nr; in adf_vf2pf_req_hndl() local 276 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl() 280 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl() 299 vf_nr + 1, vf_compat_ver); in adf_vf2pf_req_hndl() 325 vf_nr + 1, msg); in adf_vf2pf_req_hndl() [all …]
|
D | adf_accel_devices.h | 210 u32 vf_nr; member
|
D | adf_common_drv.h | 111 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr);
|
D | adf_sriov.c | 126 vf_info->vf_nr = i; in adf_enable_sriov()
|
/drivers/crypto/qat/qat_dh895xcc/ |
D | adf_isr.c | 142 vf_info->vf_nr + 1); in adf_msix_isr_ae()
|