Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_vf.c315 const struct hn_nvs_vf_association *vf_assoc = data; in hn_nvs_handle_vfassoc() local
317 if (unlikely(vmbus_chanpkt_datalen(hdr) < sizeof(*vf_assoc))) { in hn_nvs_handle_vfassoc()
323 vf_assoc->serial, in hn_nvs_handle_vfassoc()
324 vf_assoc->allocated ? "add to" : "remove from", in hn_nvs_handle_vfassoc()
327 hv->vf_ctx.vf_vsp_reported = vf_assoc->allocated; in hn_nvs_handle_vfassoc()
330 if (vf_assoc->allocated) in hn_nvs_handle_vfassoc()