Searched refs:vf_enic (Results 1 – 2 of 2) sorted by relevance
622 struct enic *pf, *vf_enic; in enic_vf_representor_init() local710 vf_enic = &vf->enic; in enic_vf_representor_init()711 vf_enic->switch_domain_id = vf->switch_domain_id; in enic_vf_representor_init()712 vf_enic->flow_filter_mode = pf->flow_filter_mode; in enic_vf_representor_init()713 vf_enic->rte_dev = eth_dev; in enic_vf_representor_init()714 vf_enic->dev_data = eth_dev->data; in enic_vf_representor_init()715 LIST_INIT(&vf_enic->flows); in enic_vf_representor_init()716 LIST_INIT(&vf_enic->memzone_list); in enic_vf_representor_init()717 rte_spinlock_init(&vf_enic->memzone_list_lock); in enic_vf_representor_init()719 snprintf(vf_enic->bdf_name, ENICPMD_BDF_LENGTH, "%04x:%02x:%02x.%x", in enic_vf_representor_init()
251 #define VF_ENIC_TO_VF_REP(vf_enic) \ argument252 container_of(vf_enic, struct enic_vf_representor, enic)