Searched refs:rspq (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 373 mbp_priv = rte_mempool_get_priv(rxq->rspq.mb_pool); in refill_fl_usembufs() 383 rxq->rspq.eth_dev->data->rx_mbuf_alloc_failed++; in refill_fl_usembufs() 394 rxq->rspq.eth_dev->data->rx_mbuf_alloc_failed++; in refill_fl_usembufs() 407 mbuf->port = rxq->rspq.port_id; in refill_fl_usembufs() 1768 rxq->rspq.cntxt_id, fl_id, 0xffff); in t4_sge_eth_rxq_start() 1777 rxq->rspq.cntxt_id, fl_id, 0xffff); in t4_sge_eth_rxq_stop() 2209 if (rxq->rspq.desc) in t4_sge_eth_clear_queues() 2228 if (rxq->rspq.desc) { in t4_sge_eth_rxq_release() 2257 if (rxq->rspq.desc) { in t4_sge_eth_release_queues() 2259 rte_eth_dma_zone_free(rxq->rspq.eth_dev, "fl_ring", i); in t4_sge_eth_release_queues() [all …]
|
| H A D | cxgbe_ethdev.c | 108 if (cxgbe_poll(&rxq->rspq, rx_pkts, (unsigned int)nb_pkts, &work_done)) in cxgbe_recv_pkts() 667 rxq->rspq.size = temp_nb_desc; in cxgbe_dev_rx_queue_setup() 679 err = t4_sge_alloc_rxq(adapter, &rxq->rspq, false, eth_dev, msi_idx, in cxgbe_dev_rx_queue_setup() 686 __func__, err, pi->port_id, rxq->rspq.cntxt_id, in cxgbe_dev_rx_queue_setup() 687 rxq->rspq.abs_id); in cxgbe_dev_rx_queue_setup() 697 (rxq->rspq.eth_dev->data->dev_private); in cxgbe_dev_rx_queue_release() 701 __func__, pi->port_id, rxq->rspq.cntxt_id); in cxgbe_dev_rx_queue_release()
|
| H A D | cxgbe_main.c | 625 init_rspq(adap, &r->rspq, 5, 32, 1024, 64); in cxgbe_cfg_queues() 1705 rss = rxq[0].rspq.abs_id; in cxgbe_write_rss_conf() 1742 rss[i] = rxq[*queues].rspq.abs_id; in cxgbe_write_rss() 1807 enable_rx(adap, &s->ethrxq[pi->first_rxqset + i].rspq); in cxgbe_enable_rx_queues()
|
| H A D | cxgbe_filter.c | 149 fs->iq].rspq.abs_id; in get_filter_steerq()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 166 struct sge_rspq rspq; member 821 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *rspq, bool fwevtq,
|
| H A D | common.h | 520 int start, int n, const u16 *rspq, unsigned int nrspq);
|
| H A D | t4_hw.c | 2241 int start, int n, const u16 *rspq, unsigned int nrspq) in t4_config_rss_range() argument 2244 const u16 *rsp = rspq; in t4_config_rss_range() 2245 const u16 *rsp_end = rspq + nrspq; in t4_config_rss_range() 2303 rsp = rspq; in t4_config_rss_range()
|