Searched refs:sop_queue_idx (Results 1 – 2 of 2) sorted by relevance
813 uint16_t sop_queue_idx; in enic_alloc_rq() local830 sop_queue_idx = vf->pf_rq_sop_idx; in enic_alloc_rq()833 queue_idx = sop_queue_idx; in enic_alloc_rq()835 sop_queue_idx = enic_rte_rq_idx_to_sop_idx(queue_idx); in enic_alloc_rq()838 cq_idx = enic_cq_rq(enic, sop_queue_idx); in enic_alloc_rq()839 rq_sop = &enic->rq[sop_queue_idx]; in enic_alloc_rq()940 rc = vnic_rq_alloc(enic->vdev, rq_sop, sop_queue_idx, in enic_alloc_rq()961 sop_queue_idx, VNIC_RQ_CQ_ENTRY_SIZE_64)) { in enic_alloc_rq()
864 uint16_t sop_queue_idx; in enicpmd_dev_rxq_info_get() local868 sop_queue_idx = enic_rte_rq_idx_to_sop_idx(rx_queue_id); in enicpmd_dev_rxq_info_get()870 rq_sop = &enic->rq[sop_queue_idx]; in enicpmd_dev_rxq_info_get()