Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_vf_representor.c212 data_rq = &pf->rq[vf->pf_rq_data_idx]; in enic_vf_dev_start()
264 rq = &pf->rq[vf->pf_rq_data_idx]; in enic_vf_dev_stop()
643 vf->pf_rq_data_idx = vf_rq_data_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.h245 uint16_t pf_rq_data_idx; /* Data RQ */ member
H A Denic_main.c828 data_queue_idx = vf->pf_rq_data_idx; in enic_alloc_rq()