Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_iavf.c4363 struct iavf_vc_vf_resource *vf_res; in iavf_process_vf_resources() local
4372 vf_res = aqb->aqb_data; in iavf_process_vf_resources()
4373 sc->sc_max_vectors = le16toh(vf_res->max_vectors); in iavf_process_vf_resources()
4374 if (le16toh(vf_res->num_vsis) == 0) { in iavf_process_vf_resources()
4380 sc->sc_vf_cap = le32toh(vf_res->offload_flags); in iavf_process_vf_resources()
4387 mtu = le16toh(vf_res->max_mtu); in iavf_process_vf_resources()
4392 vsi_res = &vf_res->vsi_res[0]; in iavf_process_vf_resources()