Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_vf_representor.c60 wq = &pf->wq[vf->pf_wq_idx]; in enic_vf_dev_tx_queue_setup()
190 index = vf->pf_wq_idx; in enic_vf_dev_start()
257 vnic_wq_disable(&pf->wq[vf->pf_wq_idx]); in enic_vf_dev_stop()
258 vnic_wq_clean(&pf->wq[vf->pf_wq_idx], enic_free_wq_buf); in enic_vf_dev_stop()
640 vf->pf_wq_idx = vf_wq_idx(vf); in enic_vf_representor_init()
656 vf->vf_id, vf->pf_wq_idx, vf->pf_rq_sop_idx, vf->pf_rq_data_idx, in enic_vf_representor_init()
H A Denic.h242 uint16_t pf_wq_idx; /* WQ dedicated to VF rep */ member
H A Denic_fm_flow.c3038 fm_tcam_entry->ftm_data.fk_wq_id = vf->pf_wq_idx; in enic_fm_add_rep2vf_flow()
3066 vf->vf_id, vf->pf_wq_idx, tag); in enic_fm_add_rep2vf_flow()
H A Denic_main.c1043 queue_idx = vf->pf_wq_idx; in enic_alloc_wq()