Home
last modified time | relevance | path

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

/trueos/sys/dev/ixl/
HDif_ixlv.c361 sc->vf_res->num_vsis, in ixlv_attach()
362 sc->vf_res->num_queue_pairs, in ixlv_attach()
363 sc->vf_res->max_vectors, in ixlv_attach()
364 sc->vf_res->max_mtu); in ixlv_attach()
366 sc->vf_res->vf_offload_flags); in ixlv_attach()
370 for (int i = 0; i < sc->vf_res->num_vsis; i++) { in ixlv_attach()
371 if (sc->vf_res->vsi_res[i].vsi_type == I40E_VSI_SRIOV) in ixlv_attach()
372 sc->vsi_res = &sc->vf_res->vsi_res[i]; in ixlv_attach()
443 free(sc->vf_res, M_DEVBUF); in ixlv_attach()
500 free(sc->vf_res, M_DEVBUF); in ixlv_detach()
[all …]
HDixlv.h155 struct i40e_virtchnl_vf_resource *vf_res; member
HDixlvc.c339 memcpy(sc->vf_res, event.msg_buf, min(event.msg_len, len)); in ixlv_get_vf_config()
340 i40e_vf_parse_hw_config(hw, sc->vf_res); in ixlv_get_vf_config()