Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c131 const struct hn_nvs_vf_association *vf_assoc = data; in hn_nvs_handle_vfassoc() local
133 if (unlikely(vmbus_chanpkt_datalen(hdr) < sizeof(*vf_assoc))) { in hn_nvs_handle_vfassoc()
139 vf_assoc->serial, in hn_nvs_handle_vfassoc()
140 vf_assoc->allocated ? "add to" : "remove from", in hn_nvs_handle_vfassoc()
144 hv->vf_present = vf_assoc->allocated; in hn_nvs_handle_vfassoc()
147 if (vf_assoc->allocated) in hn_nvs_handle_vfassoc()