Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_main.c810 uint16_t sop_queue_idx; in enic_alloc_rq() local
827 sop_queue_idx = vf->pf_rq_sop_idx; in enic_alloc_rq()
830 queue_idx = sop_queue_idx; in enic_alloc_rq()
832 sop_queue_idx = enic_rte_rq_idx_to_sop_idx(queue_idx); in enic_alloc_rq()
835 cq_idx = enic_cq_rq(enic, sop_queue_idx); in enic_alloc_rq()
836 rq_sop = &enic->rq[sop_queue_idx]; in enic_alloc_rq()
938 rc = vnic_rq_alloc(enic->vdev, rq_sop, sop_queue_idx, in enic_alloc_rq()
H A Denic_ethdev.c879 uint16_t sop_queue_idx; in enicpmd_dev_rxq_info_get() local
883 sop_queue_idx = enic_rte_rq_idx_to_sop_idx(rx_queue_id); in enicpmd_dev_rxq_info_get()
885 rq_sop = &enic->rq[sop_queue_idx]; in enicpmd_dev_rxq_info_get()