Searched refs:vf_nr (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/qat/qat_common/ |
A D | adf_pf2vf_msg.c | 78 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg() 79 lock = &accel_dev->pf.vf_info[vf_nr].pf2vf_lock; in __adf_iov_putmsg() 147 ret = __adf_iov_putmsg(accel_dev, msg, vf_nr); in adf_iov_putmsg() 167 return adf_iov_putmsg(accel_dev, msg, vf_nr); in adf_send_pf2vf_msg() 227 u32 msg, resp = 0, vf_nr = vf_info->vf_nr; in adf_vf2pf_req_hndl() local 258 vf_nr + 1, vf_compat_ver); in adf_vf2pf_req_hndl() 284 vf_nr + 1, msg); in adf_vf2pf_req_hndl() 300 vf_nr + 1, msg); in adf_vf2pf_req_hndl() 308 vf_nr + 1, msg); in adf_vf2pf_req_hndl() 321 adf_enable_vf2pf_interrupts(accel_dev, (1 << vf_nr)); in adf_vf2pf_req_hndl() [all …]
|
A D | adf_sriov.c | 52 vf_info->vf_nr = i; in adf_enable_sriov()
|
A D | adf_accel_devices.h | 239 u32 vf_nr; member
|
A D | adf_isr.c | 91 vf_info->vf_nr + 1); in adf_msix_isr_ae()
|
Completed in 9 milliseconds