Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnetif-sriov.h40 int sr_iov_set_num_vfs(sd_device *device, uint32_t num_vfs, OrderedHashmap *sr_iov_by_section);
Dnetif-sriov.c224 int sr_iov_set_num_vfs(sd_device *device, uint32_t num_vfs, OrderedHashmap *sr_iov_by_section) { in sr_iov_set_num_vfs() function
/systemd-251/src/udev/net/
Dlink-config.c906 …r = sr_iov_set_num_vfs(link->device, link->config->sr_iov_num_vfs, link->config->sr_iov_by_section… in link_apply_sr_iov_config()