Searched refs:cp_ring (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 299 if (!cp_ring->bd) in bnxt_alloc_rings() 301 if (cp_ring->vmem_size) in bnxt_alloc_rings() 433 cp_ring->fw_ring_id, cp_ring->ring_mask); in bnxt_alloc_cmpl_ring() 533 cp_ring->fw_ring_id, 0); in bnxt_alloc_rx_ring() 605 cp_ring->ring_mask = cp_ring->ring_size - 1; in bnxt_alloc_hwrm_rx_ring() 682 struct bnxt_ring *cp_ring; in bnxt_init_all_rings() local 690 cp_ring = rxq->cp_ring->cp_ring_struct; in bnxt_init_all_rings() 706 cp_ring = txq->cp_ring->cp_ring_struct; in bnxt_init_all_rings() 774 struct bnxt_ring *cp_ring; in bnxt_alloc_async_cp_ring() local 796 cp_ring->fw_ring_id, cp_ring->ring_mask); in bnxt_alloc_async_cp_ring() [all …]
|
| H A D | bnxt_txq.c | 51 if (txq && txq->cp_ring && txq->cp_ring->hw_stats) in bnxt_free_txq_stats() 52 txq->cp_ring->hw_stats = NULL; in bnxt_free_txq_stats() 103 if (txq->cp_ring) { in bnxt_tx_queue_release_op() 104 bnxt_free_ring(txq->cp_ring->cp_ring_struct); in bnxt_tx_queue_release_op() 105 rte_free(txq->cp_ring->cp_ring_struct); in bnxt_tx_queue_release_op() 106 rte_free(txq->cp_ring); in bnxt_tx_queue_release_op() 184 if (bnxt_alloc_rings(bp, socket_id, queue_idx, txq, NULL, txq->cp_ring, in bnxt_tx_queue_setup_op()
|
| H A D | bnxt_rxq.c | 62 if (rxq && rxq->cp_ring && rxq->cp_ring->hw_stats) in bnxt_free_rxq_stats() 63 rxq->cp_ring->hw_stats = NULL; in bnxt_free_rxq_stats() 291 if (rxq->cp_ring) { in bnxt_free_rxq_mem() 292 bnxt_free_ring(rxq->cp_ring->cp_ring_struct); in bnxt_free_rxq_mem() 293 rte_free(rxq->cp_ring->cp_ring_struct); in bnxt_free_rxq_mem() 294 rxq->cp_ring->cp_ring_struct = NULL; in bnxt_free_rxq_mem() 295 rte_free(rxq->cp_ring); in bnxt_free_rxq_mem() 296 rxq->cp_ring = NULL; in bnxt_free_rxq_mem() 388 rc = bnxt_alloc_rings(bp, socket_id, queue_idx, NULL, rxq, rxq->cp_ring, in bnxt_rx_queue_setup_op() 433 cpr = rxq->cp_ring; in bnxt_rx_queue_intr_enable_op() [all …]
|
| H A D | bnxt_txr.c | 37 bnxt_free_ring(txq->cp_ring->cp_ring_struct); in bnxt_free_tx_rings() 38 rte_free(txq->cp_ring->cp_ring_struct); in bnxt_free_tx_rings() 39 rte_free(txq->cp_ring); in bnxt_free_tx_rings() 92 txq->cp_ring = cpr; in bnxt_init_tx_ring_struct() 452 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp()
|
| H A D | bnxt_rxr.c | 331 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_rx_pages() 418 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_tpa_end() 844 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_rx_pkt() 1024 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_recv_pkts() 1173 bnxt_free_ring(rxq->cp_ring->cp_ring_struct); in bnxt_free_rx_rings() 1174 rte_free(rxq->cp_ring->cp_ring_struct); in bnxt_free_rx_rings() 1175 rte_free(rxq->cp_ring); in bnxt_free_rx_rings() 1225 if (rxq->cp_ring != NULL) { in bnxt_init_rx_ring_struct() 1226 cpr = rxq->cp_ring; in bnxt_init_rx_ring_struct() 1233 rxq->cp_ring = cpr; in bnxt_init_rx_ring_struct()
|
| H A D | bnxt_txq.h | 32 struct bnxt_cp_ring_info *cp_ring; member
|
| H A D | bnxt_rxq.h | 41 struct bnxt_cp_ring_info *cp_ring; member
|
| H A D | bnxt_stats.c | 568 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_stats_get_op() 589 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_stats_get_op() 705 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_dev_xstats_get_op() 721 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_dev_xstats_get_op()
|
| H A D | bnxt_rxtx_vec_sse.c | 157 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in recv_burst_vec_sse() 310 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_rxtx_vec_neon.c | 165 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in recv_burst_vec_neon() 338 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_hwrm.c | 93 return rxq->cp_ring; in bnxt_get_ring_info_by_id() 103 return txq->cp_ring; in bnxt_get_ring_info_by_id() 108 return cp_ring; in bnxt_get_ring_info_by_id() 110 return cp_ring; in bnxt_get_ring_info_by_id() 2131 cpr = rxq->cp_ring; in bnxt_hwrm_vnic_cfg() 2611 cpr = txq->cp_ring; in bnxt_clear_all_hwrm_stat_ctxs() 2614 cpr = rxq->cp_ring; in bnxt_clear_all_hwrm_stat_ctxs() 2633 cpr = bp->rx_queues[i]->cp_ring; in bnxt_free_all_hwrm_stat_ctxs() 2681 bnxt_hwrm_ring_free(bp, cp_ring, in bnxt_free_nq_ring() 2693 bnxt_hwrm_ring_free(bp, cp_ring, in bnxt_free_cp_ring() [all …]
|
| H A D | bnxt_rxtx_vec_avx2.c | 28 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in recv_burst_vec_avx2() 388 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_ethdev.c | 2065 rxq->cp_ring->cp_ring_struct->fw_ring_id; in bnxt_reta_update_op() 3158 cpr = rxq->cp_ring; in bnxt_rx_queue_count_op() 3225 cpr = rxq->cp_ring; in bnxt_rx_descriptor_status_op() 3321 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_tx_descriptor_status_op()
|
| H A D | bnxt_flow.c | 1256 rxq->cp_ring->cp_ring_struct->fw_ring_id; in bnxt_vnic_rss_cfg_update()
|