Home
last modified time | relevance | path

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

/hypervisor/dm/vpci/
A Dvsriov.c160 uint16_t num_vfs, stride, fst_off; in enable_vfs() local
201 num_vfs = read_sriov_reg(pf_vdev, PCIR_SRIOV_NUMVFS); in enable_vfs()
202 for (idx = 0U; idx < num_vfs; idx++) { in enable_vfs()
237 uint16_t idx, num_vfs, stride, first; in disable_vfs() local
249 num_vfs = read_sriov_reg(pf_vdev, PCIR_SRIOV_NUMVFS); in disable_vfs()
252 for (idx = 0U; idx < num_vfs; idx++) { in disable_vfs()

Completed in 5 milliseconds